Uses of Class
org.apache.drill.exec.store.AbstractRecordWriter
Package
Description
-
Uses of AbstractRecordWriter in org.apache.drill.exec.store
Modifier and TypeClassDescriptionclass
Abstract implementation of RecordWriter interface which exposes interface:#writeHeader(List)
#addField(int,String)
to output the data in string format instead of implementing addField for each type holder.class
Abstract implementation of RecordWriter interface which exposes interface:#writeHeader(List)
#addField(int,String)
to output the data in string format instead of implementing addField for each type holder.class
Abstract implementation of RecordWriter interface which exposes interface:StringOutputRecordWriter.startNewSchema(BatchSchema)
StringOutputRecordWriter.addField(int,String)
to output the data in string format instead of implementing addField for each type holder. -
Uses of AbstractRecordWriter in org.apache.drill.exec.store.easy.json
-
Uses of AbstractRecordWriter in org.apache.drill.exec.store.easy.text.writer
-
Uses of AbstractRecordWriter in org.apache.drill.exec.store.googlesheets
Modifier and TypeClassDescriptionclass
class
-
Uses of AbstractRecordWriter in org.apache.drill.exec.store.jdbc
-
Uses of AbstractRecordWriter in org.apache.drill.exec.store.kudu
-
Uses of AbstractRecordWriter in org.apache.drill.exec.store.parquet
-
Uses of AbstractRecordWriter in org.apache.drill.exec.store.splunk