Uses of Class
org.apache.drill.exec.physical.impl.scan.framework.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
Modifier and TypeClassDescriptionstatic class
Implementation of the columns array schema negotiator.Modifier and TypeMethodDescriptionprotected SchemaNegotiatorImpl
ColumnsScanFramework.newNegotiator()
-
Uses of SchemaNegotiatorImpl in org.apache.drill.exec.physical.impl.scan.file
Modifier and TypeClassDescriptionstatic class
Implementation of the file-level schema negotiator.Modifier and TypeMethodDescriptionprotected SchemaNegotiatorImpl
FileScanFramework.newNegotiator()
-
Uses of SchemaNegotiatorImpl in org.apache.drill.exec.physical.impl.scan.framework
Modifier and TypeMethodDescriptionprotected SchemaNegotiatorImpl
ManagedScanFramework.newNegotiator()
Modifier and TypeMethodDescriptionSchemaNegotiatorImpl.NegotiatorListener.build
(SchemaNegotiatorImpl schemaNegotiator) ShimBatchReader.build
(SchemaNegotiatorImpl schemaNegotiator)