Package com.mapr.fs.tables
Interface ExtIndexFieldDesc
- All Known Implementing Classes:
ExtIndexFieldDescImpl
public interface ExtIndexFieldDesc
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the canonical field name of this field descriptor.Returns functional indexing function represented by string, null if no functionReturns the ordering scheme of this field in the Index.booleanReturntrueif this is a functional index field.booleanReturntrueif this is an update timestamp field.
-
Method Details
-
getFieldName
String getFieldName()Returns the canonical field name of this field descriptor. -
getSortOrder
ExtIndexFieldDesc.Order getSortOrder()Returns the ordering scheme of this field in the Index. -
isFunctional
boolean isFunctional()Returntrueif this is a functional index field. -
isUpdateTimestamp
boolean isUpdateTimestamp()Returntrueif this is an update timestamp field. -
getIndexFunction
String getIndexFunction()Returns functional indexing function represented by string, null if no function
-