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 TypeClassDescriptionclassScan 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 TypeClassDescriptionclassThe 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 TypeMethodDescriptionvoidFileScanFramework.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 ManagedScanFrameworkSchemaNegotiatorImpl.frameworkprotected final ManagedScanFrameworkShimBatchReader.frameworkMethods in org.apache.drill.exec.physical.impl.scan.framework with parameters of type ManagedScanFrameworkModifier and TypeMethodDescriptionvoidBasicScanFactory.bind(ManagedScanFramework framework) voidManagedScanFramework.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)