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)