Uses of Class
org.apache.drill.exec.metastore.ColumnNamesOptions
Packages that use ColumnNamesOptions
Package
Description
-
Uses of ColumnNamesOptions in org.apache.drill.exec.metastore.analyze
Methods in org.apache.drill.exec.metastore.analyze with parameters of type ColumnNamesOptionsModifier and TypeMethodDescriptionAnalyzeFileInfoProvider.getLocationField(ColumnNamesOptions columnNamesOptions) AnalyzeInfoProvider.getLocationField(ColumnNamesOptions columnNamesOptions) Provides schema path to field which will be used as a location for specific table data, for example, for file-based tables, it may be `fqn`.AnalyzeFileInfoProvider.getProjectionFields(DrillTable table, MetadataType metadataLevel, ColumnNamesOptions columnNamesOptions) AnalyzeInfoProvider.getProjectionFields(DrillTable table, MetadataType metadataLevel, ColumnNamesOptions columnNamesOptions) Returns list of fields required for ANALYZE.AnalyzeParquetInfoProvider.getProjectionFields(DrillTable table, MetadataType metadataLevel, ColumnNamesOptions columnNamesOptions) AnalyzeFileInfoProvider.getSegmentColumns(DrillTable table, ColumnNamesOptions columnNamesOptions) AnalyzeInfoProvider.getSegmentColumns(DrillTable table, ColumnNamesOptions columnNamesOptions) Returns list of segment column names for specifiedDrillTabletable. -
Uses of ColumnNamesOptions in org.apache.drill.exec.physical.impl.metadata
Constructors in org.apache.drill.exec.physical.impl.metadata with parameters of type ColumnNamesOptionsModifierConstructorDescriptionMetadataAggregateHelper(MetadataAggregateContext context, ColumnNamesOptions columnNamesOptions, BatchSchema schema, AggPrelBase.OperatorPhase phase) -
Uses of ColumnNamesOptions in org.apache.drill.exec.store
Methods in org.apache.drill.exec.store with parameters of type ColumnNamesOptionsModifier and TypeMethodDescriptionColumnExplorer.getPartitionColumnNames(FileSelection selection, ColumnNamesOptions columnNamesOptions) Returns list with partition column names.