ParquetFileFormat

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this()

Members

Functions

self
ParquetFileFormat self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()

Inherited Members

From FileFormat

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
FileFormat self()

Returns this, for use in with statements.

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)