Uses of Class
org.apache.datafusion.CsvWriteOptions
Packages that use CsvWriteOptions
-
Uses of CsvWriteOptions in org.apache.datafusion
Methods in org.apache.datafusion that return CsvWriteOptionsModifier and TypeMethodDescriptionCsvWriteOptions.delimiter(byte b) Field delimiter byte.CsvWriteOptions.escape(byte b) Escape character byte.CsvWriteOptions.fileCompressionType(FileCompressionType t) Output compression codec.CsvWriteOptions.hasHeader(boolean v) Whether to write a header row.String to write for SQL NULL values.CsvWriteOptions.partitionCols(String... cols) Hive-style partition columns.CsvWriteOptions.quote(byte b) Quote character byte.CsvWriteOptions.singleFileOutput(boolean v) Whentrue, write to a single file at the supplied path.Methods in org.apache.datafusion with parameters of type CsvWriteOptionsModifier and TypeMethodDescriptionvoidDataFrame.writeCsv(String path, CsvWriteOptions options) Materialize this DataFrame as CSV atpathwith the suppliedCsvWriteOptions.