Documentation
Dlang.org
ParquetFileFormat
arrowdataset
parquet_file_format
class
ParquetFileFormat :
FileFormat
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
ParquetFileFormat
self
();
this
();
}
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)
arrowdataset
parquet_file_format
classes
ParquetFileFormat