Package | Description |
---|---|
io.picodata.driver.api.conditions |
Tuple filtering conditions used in select operations
|
io.picodata.driver.core.proxy |
Contains classes and interfaces essential for proxy client
|
io.picodata.driver.protocol |
Tarantool binary protocol primitives and helpers
|
Modifier and Type | Method and Description |
---|---|
TarantoolIndexQuery |
Conditions.toIndexQuery(TarantoolMetadataOperations operations,
TarantoolSpaceMetadata spaceMetadata) |
Modifier and Type | Method and Description |
---|---|
default T |
OperationWithIndexQueryBuilderOptions.withIndexQuery(TarantoolIndexQuery indexQuery) |
Modifier and Type | Method and Description |
---|---|
TarantoolIndexQuery |
TarantoolIndexQueryFactory.byName(int spaceId,
String indexName)
Create a query for index by its name
|
TarantoolIndexQuery |
TarantoolIndexQueryFactory.byName(String spaceName,
String indexName)
Create a query for index by its name
|
TarantoolIndexQuery |
TarantoolIndexQueryFactory.primary()
Create a query for primary index
|
TarantoolIndexQuery |
TarantoolIndexQuery.withIteratorType(TarantoolIteratorType iteratorType)
Set iterator type
|
TarantoolIndexQuery |
TarantoolIndexQuery.withKeyValues(List<?> keyValues)
Set list of key values to be matched with index key parts
|
Copyright © 2025 Picodata. All rights reserved.