IPCFileFormat

Constructors

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

Members

Functions

self
IPCFileFormat 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)