CompressedOutputStream

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrow.codec.Codec codec, arrow.output_stream.OutputStream raw)

Members

Functions

self
CompressedOutputStream self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]

Static functions

getGType
GType getGType()

Inherited Members

From OutputStream

getGType
GType getGType()
gType
GType gType [@property getter]
self
OutputStream self()

Returns this, for use in with statements.

align_
bool align_(int alignment)
writeRecordBatch
long writeRecordBatch(arrow.record_batch.RecordBatch recordBatch, arrow.write_options.WriteOptions options)
writeTensor
long writeTensor(arrow.tensor.Tensor tensor)