CSVFileFormat

class CSVFileFormat : FileFormat {}

Constructors

this
this()

Inherited Members

From FileFormat

equal
bool equal(arrowdataset.file_format.FileFormat otherFormat)
getDefaultWriteOptions
arrowdataset.file_write_options.FileWriteOptions getDefaultWriteOptions()
getTypeName
string getTypeName()
openWriter
arrowdataset.file_writer.FileWriter openWriter(arrow.output_stream.OutputStream destination, arrow.file_system.FileSystem fileSystem, string path, arrow.schema.Schema schema, arrowdataset.file_write_options.FileWriteOptions options)