Uses of Class
org.apache.drill.exec.physical.impl.scan.framework.ManagedScanFramework
Packages that use ManagedScanFramework
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.
Defines the projection, vector continuity and other operations for
a set of one or more readers.
-
Uses of ManagedScanFramework in org.apache.drill.exec.physical.impl.scan.columns
Subclasses of ManagedScanFramework in org.apache.drill.exec.physical.impl.scan.columnsModifier and TypeClassDescriptionclass
Scan framework for a file that supports the special "columns" column. -
Uses of ManagedScanFramework in org.apache.drill.exec.physical.impl.scan.file
Subclasses of ManagedScanFramework in org.apache.drill.exec.physical.impl.scan.fileModifier and TypeClassDescriptionclass
The file scan framework adds into the scan framework support for implicit reading from DFS splits (a file and a block).Methods in org.apache.drill.exec.physical.impl.scan.file with parameters of type ManagedScanFrameworkModifier and TypeMethodDescriptionvoid
FileScanFramework.FileReaderFactory.bind
(ManagedScanFramework baseFramework) -
Uses of ManagedScanFramework in org.apache.drill.exec.physical.impl.scan.framework
Fields in org.apache.drill.exec.physical.impl.scan.framework declared as ManagedScanFrameworkModifier and TypeFieldDescriptionprotected final ManagedScanFramework
SchemaNegotiatorImpl.framework
protected final ManagedScanFramework
ShimBatchReader.framework
Methods in org.apache.drill.exec.physical.impl.scan.framework with parameters of type ManagedScanFrameworkModifier and TypeMethodDescriptionvoid
BasicScanFactory.bind
(ManagedScanFramework framework) void
ManagedScanFramework.ReaderFactory.bind
(ManagedScanFramework framework) Constructors in org.apache.drill.exec.physical.impl.scan.framework with parameters of type ManagedScanFrameworkModifierConstructorDescriptionSchemaNegotiatorImpl
(ManagedScanFramework framework) ShimBatchReader
(ManagedScanFramework manager, ManagedReader<? extends SchemaNegotiator> reader)