Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OP_QUERY_SQL_FIELDS_CURSOR_GET_PAGE = 39

Retrieves next query page.

Request
longCursor id
Response
intRow count
BinaryObject * columnCountColumn values
boolIndicates whether more results are available to be retrieved with OP_QUERY_SQL_FIELDS_CURSOR_GET_PAGE

...

OP_GET_BINARY_TYPE_NAME = 2
OP_GET_BINARY_TYPE = 3

Gets the platform-specific full binary type name by id. For example, .NET and Java can map to the same type Foo, but classes will be Apache.Ignite.Foo in .NET and org.apache.ignite.Foo in Java.

Request
bytePlatform id, JAVA = 0, DOTNET = 1
intType id
Response
stringBinary type name


OP_GET_BINARY_TYPE = 3

Gets the binary type information by id.

Request
intType id
Response
intType id
stringType name
stringAffinity key field name
intBinaryField count
BinaryField * count
BinaryField
stringField name
intType id
intField id
boolIs enum
int (if isEnum)Enum field count
(string + int) * count (if isEnum)Enum values
intSchema count
(int + int[]) * countBinary schemas, set of (schemaId + fieldIds) pairs

 


OP_REGISTER_BINARY_TYPE_NAME = 5
OP_PUT_BINARY_TYPE = 6
OP_QUERY_SCAN = 7
OP_QUERY_SCAN_CURSOR_GET_PAGE = 8

...