Uses of Class
org.apache.drill.exec.physical.impl.scan.framework.SchemaNegotiatorImpl
Packages that use SchemaNegotiatorImpl
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 SchemaNegotiatorImpl in org.apache.drill.exec.physical.impl.scan.columns
Subclasses of SchemaNegotiatorImpl in org.apache.drill.exec.physical.impl.scan.columnsModifier and TypeClassDescriptionstatic class
Implementation of the columns array schema negotiator.Methods in org.apache.drill.exec.physical.impl.scan.columns that return SchemaNegotiatorImplModifier and TypeMethodDescriptionprotected SchemaNegotiatorImpl
ColumnsScanFramework.newNegotiator()
-
Uses of SchemaNegotiatorImpl in org.apache.drill.exec.physical.impl.scan.file
Subclasses of SchemaNegotiatorImpl in org.apache.drill.exec.physical.impl.scan.fileModifier and TypeClassDescriptionstatic class
Implementation of the file-level schema negotiator.Methods in org.apache.drill.exec.physical.impl.scan.file that return SchemaNegotiatorImplModifier and TypeMethodDescriptionprotected SchemaNegotiatorImpl
FileScanFramework.newNegotiator()
-
Uses of SchemaNegotiatorImpl in org.apache.drill.exec.physical.impl.scan.framework
Fields in org.apache.drill.exec.physical.impl.scan.framework declared as SchemaNegotiatorImplMethods in org.apache.drill.exec.physical.impl.scan.framework that return SchemaNegotiatorImplModifier and TypeMethodDescriptionprotected SchemaNegotiatorImpl
ManagedScanFramework.newNegotiator()
Methods in org.apache.drill.exec.physical.impl.scan.framework with parameters of type SchemaNegotiatorImplModifier and TypeMethodDescriptionSchemaNegotiatorImpl.NegotiatorListener.build
(SchemaNegotiatorImpl schemaNegotiator) ShimBatchReader.build
(SchemaNegotiatorImpl schemaNegotiator)