Package com.mapr.fs.tables.impl
Class ExtIndexFieldDescImpl
java.lang.Object
com.mapr.fs.tables.impl.ExtIndexFieldDescImpl
- All Implemented Interfaces:
ExtIndexFieldDesc
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mapr.fs.tables.ExtIndexFieldDesc
ExtIndexFieldDesc.Order -
Constructor Summary
ConstructorsConstructorDescriptionExtIndexFieldDescImpl(String fieldName, ExtIndexFieldDesc.Order sortOrder, boolean isFunctional, boolean isUpdateTimestamp, String indexFunction) -
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.toString()
-
Constructor Details
-
ExtIndexFieldDescImpl
public ExtIndexFieldDescImpl(String fieldName, ExtIndexFieldDesc.Order sortOrder, boolean isFunctional, boolean isUpdateTimestamp, String indexFunction)
-
-
Method Details
-
getFieldName
Description copied from interface:ExtIndexFieldDescReturns the canonical field name of this field descriptor.- Specified by:
getFieldNamein interfaceExtIndexFieldDesc
-
getSortOrder
Description copied from interface:ExtIndexFieldDescReturns the ordering scheme of this field in the Index.- Specified by:
getSortOrderin interfaceExtIndexFieldDesc
-
isFunctional
public boolean isFunctional()Description copied from interface:ExtIndexFieldDescReturntrueif this is a functional index field.- Specified by:
isFunctionalin interfaceExtIndexFieldDesc
-
isUpdateTimestamp
public boolean isUpdateTimestamp()Description copied from interface:ExtIndexFieldDescReturntrueif this is an update timestamp field.- Specified by:
isUpdateTimestampin interfaceExtIndexFieldDesc
-
toString
-
getIndexFunction
Description copied from interface:ExtIndexFieldDescReturns functional indexing function represented by string, null if no function- Specified by:
getIndexFunctionin interfaceExtIndexFieldDesc
-