Uses of Enum
org.apache.drill.exec.planner.index.IndexDefinition.IndexType
Packages that use IndexDefinition.IndexType
-
Uses of IndexDefinition.IndexType in org.apache.drill.exec.planner.index
Fields in org.apache.drill.exec.planner.index declared as IndexDefinition.IndexTypeModifier and TypeFieldDescriptionprotected final IndexDefinition.IndexTypeDrillIndexDefinition.indexTypeMethods in org.apache.drill.exec.planner.index that return IndexDefinition.IndexTypeModifier and TypeMethodDescriptionDrillIndexDefinition.getIndexType()IndexDefinition.getIndexType()Get the type of this index based onIndexDefinition.IndexTypestatic IndexDefinition.IndexTypeReturns the enum constant of this type with the specified name.static IndexDefinition.IndexType[]IndexDefinition.IndexType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.drill.exec.planner.index with parameters of type IndexDefinition.IndexTypeModifierConstructorDescriptionAbstractIndexDescriptor(List<LogicalExpression> indexCols, CollationContext indexCollationContext, List<LogicalExpression> nonIndexCols, List<LogicalExpression> rowKeyColumns, String indexName, String tableName, IndexDefinition.IndexType type, org.apache.calcite.rel.RelFieldCollation.NullDirection nullsDirection) DrillIndexDefinition(List<LogicalExpression> indexCols, CollationContext indexCollationContext, List<LogicalExpression> nonIndexCols, List<LogicalExpression> rowKeyColumns, String indexName, String tableName, IndexDefinition.IndexType type, org.apache.calcite.rel.RelFieldCollation.NullDirection nullsDirection) DrillIndexDescriptor(List<LogicalExpression> indexCols, CollationContext indexCollationContext, List<LogicalExpression> nonIndexCols, List<LogicalExpression> rowKeyColumns, String indexName, String tableName, IndexDefinition.IndexType type, org.apache.calcite.rel.RelFieldCollation.NullDirection nullsDirection)