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 classImplementation of the columns array schema negotiator.Methods in org.apache.drill.exec.physical.impl.scan.columns that return SchemaNegotiatorImplModifier and TypeMethodDescriptionprotected SchemaNegotiatorImplColumnsScanFramework.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 classImplementation of the file-level schema negotiator.Methods in org.apache.drill.exec.physical.impl.scan.file that return SchemaNegotiatorImplModifier and TypeMethodDescriptionprotected SchemaNegotiatorImplFileScanFramework.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 SchemaNegotiatorImplManagedScanFramework.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)