Uses of Interface
org.apache.drill.exec.physical.impl.scan.v3.file.FileSchemaNegotiator
Packages that use FileSchemaNegotiator
Package
Description
Version 3 of the text reader.
For comments on realization of this format plugin look at :
-
Uses of FileSchemaNegotiator in org.apache.drill.exec.physical.impl.scan.v3.file
Classes in org.apache.drill.exec.physical.impl.scan.v3.file that implement FileSchemaNegotiatorModifier and TypeClassDescriptionclass
Implementation of the file-level schema negotiator which holds the file split which the reader is to process.Methods in org.apache.drill.exec.physical.impl.scan.v3.file with parameters of type FileSchemaNegotiatorModifier and TypeMethodDescriptionabstract ManagedReader
FileReaderFactory.newReader
(FileSchemaNegotiator negotiator) FileReaderFactory.next
(FileSchemaNegotiator negotiator) -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.avro
Constructors in org.apache.drill.exec.store.avro with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionAvroBatchReader
(AvroFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.easy.sequencefile
Constructors in org.apache.drill.exec.store.easy.sequencefile with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionSequenceFileBatchReader
(SequenceFileFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.easy.text.reader
Constructors in org.apache.drill.exec.store.easy.text.reader with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionCompliantTextBatchReader
(FileSchemaNegotiator schemaNegotiator, TextParsingSettings settings) Create and open the text reader. -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.esri
Methods in org.apache.drill.exec.store.esri with parameters of type FileSchemaNegotiatorModifier and TypeMethodDescriptionShpFormatPlugin.ShpReaderFactory.newReader
(FileSchemaNegotiator negotiator) Constructors in org.apache.drill.exec.store.esri with parameters of type FileSchemaNegotiator -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.excel
Constructors in org.apache.drill.exec.store.excel with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionExcelBatchReader
(org.apache.drill.exec.store.excel.ExcelBatchReader.ExcelReaderConfig readerConfig, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.httpd
Constructors in org.apache.drill.exec.store.httpd with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionHttpdLogBatchReader
(HttpdLogFormatConfig formatConfig, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.log
Constructors in org.apache.drill.exec.store.log with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionLogBatchReader
(LogBatchReader.LogReaderConfig config, FileSchemaNegotiator negotiator) -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.ltsv
Constructors in org.apache.drill.exec.store.ltsv with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionLTSVBatchReader
(LTSVFormatPluginConfig config, FileSchemaNegotiator negotiator) -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.msaccess
Constructors in org.apache.drill.exec.store.msaccess with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionMSAccessBatchReader
(FileSchemaNegotiator negotiator, File tempDir, MSAccessFormatConfig config) -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.pcap
Constructors in org.apache.drill.exec.store.pcap with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionPcapBatchReader
(PcapFormatConfig readerConfig, FileSchemaNegotiator negotiator) -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.pcapng
Constructors in org.apache.drill.exec.store.pcapng with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionPcapngBatchReader
(PcapFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.pdf
Constructors in org.apache.drill.exec.store.pdf with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionPdfBatchReader
(org.apache.drill.exec.store.pdf.PdfBatchReader.PdfReaderConfig readerConfig, FileSchemaNegotiator negotiator) -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.sas
Constructors in org.apache.drill.exec.store.sas with parameters of type FileSchemaNegotiator -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.spss
Constructors in org.apache.drill.exec.store.spss with parameters of type FileSchemaNegotiator -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.syslog
Constructors in org.apache.drill.exec.store.syslog with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionSyslogBatchReader
(SyslogFormatConfig config, EasySubScan scan, FileSchemaNegotiator negotiator) -
Uses of FileSchemaNegotiator in org.apache.drill.exec.store.xml
Methods in org.apache.drill.exec.store.xml with parameters of type FileSchemaNegotiatorModifier and TypeMethodDescriptionXMLFormatPlugin.XMLReaderFactory.newReader
(FileSchemaNegotiator negotiator) Constructors in org.apache.drill.exec.store.xml with parameters of type FileSchemaNegotiatorModifierConstructorDescriptionXMLBatchReader
(org.apache.drill.exec.store.xml.XMLBatchReader.XMLReaderConfig readerConfig, EasySubScan scan, FileSchemaNegotiator negotiator)