Documentation
Dlang.org
CompressedInputStream
arrow
compressed_input_stream
class
CompressedInputStream :
InputStream
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
CompressedInputStream
self
();
this
(arrow.codec.Codec codec, arrow.input_stream.InputStream raw);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.codec.Codec codec, arrow.input_stream.InputStream raw)
Members
Functions
self
CompressedInputStream
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From InputStream
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
InputStream
self
()
Returns
this
, for use in
with
statements.
advance
bool
advance
(long nBytes)
align_
bool
align_
(int alignment)
readRecordBatch
arrow
.
record_batch
.
RecordBatch
readRecordBatch
(arrow.schema.Schema schema, arrow.read_options.ReadOptions options)
readTensor
arrow
.
tensor
.
Tensor
readTensor
()
arrow
compressed_input_stream
classes
CompressedInputStream