Uses of Interface
org.apache.drill.exec.physical.impl.scan.project.ScanLevelProjection.ScanProjectionParser
Packages that use ScanLevelProjection.ScanProjectionParser
Package
Description
Handles the special "columns" column used by the text reader,
and available to similar readers.
Handles optional file metadata columns: implicit columns and
partition columns.
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of ScanLevelProjection.ScanProjectionParser in org.apache.drill.exec.physical.impl.scan.columns
Classes in org.apache.drill.exec.physical.impl.scan.columns that implement ScanLevelProjection.ScanProjectionParserMethods in org.apache.drill.exec.physical.impl.scan.columns that return ScanLevelProjection.ScanProjectionParser -
Uses of ScanLevelProjection.ScanProjectionParser in org.apache.drill.exec.physical.impl.scan.file
Classes in org.apache.drill.exec.physical.impl.scan.file that implement ScanLevelProjection.ScanProjectionParserModifier and TypeClassDescriptionclassParses the implicit file metadata columns out of a project list, and marks them for special handling by the file metadata manager.Methods in org.apache.drill.exec.physical.impl.scan.file that return ScanLevelProjection.ScanProjectionParserModifier and TypeMethodDescriptionImplicitColumnManager.projectionParser()Returns the file metadata column parser that: Picks out the file metadata and partition columns, Inserts partition columns for a wildcard query, if the option to do so is set. -
Uses of ScanLevelProjection.ScanProjectionParser in org.apache.drill.exec.physical.impl.scan.project
Fields in org.apache.drill.exec.physical.impl.scan.project with type parameters of type ScanLevelProjection.ScanProjectionParserModifier and TypeFieldDescriptionprotected List<ScanLevelProjection.ScanProjectionParser> ScanLevelProjection.parsersScanSchemaOrchestrator.ScanSchemaOptions.parsersMethods in org.apache.drill.exec.physical.impl.scan.project that return ScanLevelProjection.ScanProjectionParserModifier and TypeMethodDescriptionMetadataManager.projectionParser()NoOpMetadataManager.projectionParser()Methods in org.apache.drill.exec.physical.impl.scan.project with parameters of type ScanLevelProjection.ScanProjectionParserModifier and TypeMethodDescriptionvoidScanSchemaOrchestrator.ScanOrchestratorBuilder.addParser(ScanLevelProjection.ScanProjectionParser parser) Method parameters in org.apache.drill.exec.physical.impl.scan.project with type arguments of type ScanLevelProjection.ScanProjectionParserModifier and TypeMethodDescriptionScanLevelProjection.Builder.parsers(List<ScanLevelProjection.ScanProjectionParser> parsers)