Uses of Interface
org.apache.drill.exec.physical.impl.scan.file.FileScanFramework.FileSchemaNegotiator
Packages that use FileScanFramework.FileSchemaNegotiator
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.
-
Uses of FileScanFramework.FileSchemaNegotiator in org.apache.drill.exec.physical.impl.scan.columns
Subinterfaces of FileScanFramework.FileSchemaNegotiator in org.apache.drill.exec.physical.impl.scan.columnsModifier and TypeInterfaceDescriptioninterface
Schema negotiator that supports the file scan options plus access to the specific selected columns indexes.Classes in org.apache.drill.exec.physical.impl.scan.columns that implement FileScanFramework.FileSchemaNegotiatorModifier and TypeClassDescriptionstatic class
Implementation of the columns array schema negotiator. -
Uses of FileScanFramework.FileSchemaNegotiator in org.apache.drill.exec.physical.impl.scan.file
Classes in org.apache.drill.exec.physical.impl.scan.file that implement FileScanFramework.FileSchemaNegotiatorModifier and TypeClassDescriptionstatic class
Implementation of the file-level schema negotiator.Methods in org.apache.drill.exec.physical.impl.scan.file that return types with arguments of type FileScanFramework.FileSchemaNegotiatorModifier and TypeMethodDescriptionabstract ManagedReader<? extends FileScanFramework.FileSchemaNegotiator>
FileScanFramework.FileReaderFactory.newReader()
-
Uses of FileScanFramework.FileSchemaNegotiator in org.apache.drill.exec.store.dfs.easy
Methods in org.apache.drill.exec.store.dfs.easy that return types with arguments of type FileScanFramework.FileSchemaNegotiatorModifier and TypeMethodDescriptionEasyFormatPlugin.newBatchReader
(EasySubScan scan, OptionSet options) For EVF V1, to be removed. -
Uses of FileScanFramework.FileSchemaNegotiator in org.apache.drill.exec.store.easy.json
Methods in org.apache.drill.exec.store.easy.json with parameters of type FileScanFramework.FileSchemaNegotiatorModifier and TypeMethodDescriptionboolean
JsonBatchReader.open
(FileScanFramework.FileSchemaNegotiator negotiator) -
Uses of FileScanFramework.FileSchemaNegotiator in org.apache.drill.exec.store.hdf5
Methods in org.apache.drill.exec.store.hdf5 that return types with arguments of type FileScanFramework.FileSchemaNegotiatorMethods in org.apache.drill.exec.store.hdf5 with parameters of type FileScanFramework.FileSchemaNegotiatorModifier and TypeMethodDescriptionboolean
HDF5BatchReader.open
(FileScanFramework.FileSchemaNegotiator negotiator) -
Uses of FileScanFramework.FileSchemaNegotiator in org.apache.drill.exec.store.image
Methods in org.apache.drill.exec.store.image that return types with arguments of type FileScanFramework.FileSchemaNegotiatorModifier and TypeMethodDescriptionImageFormatPlugin.newBatchReader
(EasySubScan scan, OptionSet options) Methods in org.apache.drill.exec.store.image with parameters of type FileScanFramework.FileSchemaNegotiatorModifier and TypeMethodDescriptionboolean
ImageBatchReader.open
(FileScanFramework.FileSchemaNegotiator negotiator)