Uses of Interface
org.apache.drill.exec.physical.impl.scan.project.MetadataManager
Packages that use MetadataManager
Package
Description
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 MetadataManager in org.apache.drill.exec.physical.impl.scan.file
Classes in org.apache.drill.exec.physical.impl.scan.file that implement MetadataManagerModifier and TypeClassDescriptionclassManages the insertion of file metadata (AKA "implicit" and partition) columns. -
Uses of MetadataManager in org.apache.drill.exec.physical.impl.scan.project
Classes in org.apache.drill.exec.physical.impl.scan.project that implement MetadataManagerModifier and TypeClassDescriptionclassDo-nothing implementation of the metadata manager.Fields in org.apache.drill.exec.physical.impl.scan.project declared as MetadataManagerModifier and TypeFieldDescriptionfinal MetadataManagerScanSchemaOrchestrator.metadataManagerCreates the metadata (file and directory) columns, if needed.Methods in org.apache.drill.exec.physical.impl.scan.project with parameters of type MetadataManagerModifier and TypeMethodDescriptionvoidScanSchemaOrchestrator.ScanOrchestratorBuilder.withImplicitColumns(MetadataManager metadataMgr) Specify an optional metadata manager.