public interface PositionField extends FieldIdentifier<TarantoolFieldMetadata,Integer>
Modifier and Type | Method and Description |
---|---|
TarantoolFieldMetadata |
metadata(TarantoolMetadataOperations metadataOperations,
TarantoolSpaceMetadata spaceMetadata)
Returns metadata object corresponding to the field identifier type
|
Integer |
toIdentifier()
Get serializable form of the identifier
|
TarantoolFieldMetadata metadata(TarantoolMetadataOperations metadataOperations, TarantoolSpaceMetadata spaceMetadata)
FieldIdentifier
metadata
in interface FieldIdentifier<TarantoolFieldMetadata,Integer>
metadataOperations
- for retrieving the operand metadata and checking the filed or index availabilityspaceMetadata
- space metadata this field or index belongs toInteger toIdentifier()
FieldIdentifier
toIdentifier
in interface FieldIdentifier<TarantoolFieldMetadata,Integer>
Copyright © 2025 Picodata. All rights reserved.