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 TypeClassDescriptionclass
Manages 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 TypeClassDescriptionclass
Do-nothing implementation of the metadata manager.Fields in org.apache.drill.exec.physical.impl.scan.project declared as MetadataManagerModifier and TypeFieldDescriptionfinal MetadataManager
ScanSchemaOrchestrator.metadataManager
Creates the metadata (file and directory) columns, if needed.Methods in org.apache.drill.exec.physical.impl.scan.project with parameters of type MetadataManagerModifier and TypeMethodDescriptionvoid
ScanSchemaOrchestrator.ScanOrchestratorBuilder.withImplicitColumns
(MetadataManager metadataMgr) Specify an optional metadata manager.