Uses of Class
io.trino.plugin.hive.util.TextHeaderWriter
-
Packages that use TextHeaderWriter Package Description io.trino.plugin.hive.util -
-
Uses of TextHeaderWriter in io.trino.plugin.hive.util
Method parameters in io.trino.plugin.hive.util with type arguments of type TextHeaderWriter Modifier and Type Method Description static org.apache.hadoop.hive.ql.exec.FileSinkOperator.RecordWriterHiveWriteUtils. createRecordWriter(org.apache.hadoop.fs.Path target, org.apache.hadoop.mapred.JobConf conf, Properties properties, String outputFormatName, ConnectorSession session, Optional<TextHeaderWriter> textHeaderWriter)Constructor parameters in io.trino.plugin.hive.util with type arguments of type TextHeaderWriter Constructor Description TextRecordWriter(org.apache.hadoop.fs.Path path, org.apache.hadoop.mapred.JobConf jobConf, Properties properties, boolean isCompressed, Optional<TextHeaderWriter> textHeaderWriter)
-