Documentation
Dlang.org
FixedSizeBinaryArray
arrow
fixed_size_binary_array
class
FixedSizeBinaryArray :
PrimitiveArray
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
FixedSizeBinaryArray
self
();
this
(arrow.fixed_size_binary_data_type.FixedSizeBinaryDataType dataType, long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls);
int
getByteWidth
();
glib
.
bytes
.
Bytes
getValue
(long i);
glib
.
bytes
.
Bytes
getValuesBytes
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.fixed_size_binary_data_type.FixedSizeBinaryDataType dataType, long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)
Members
Functions
getByteWidth
int
getByteWidth
()
getValue
glib
.
bytes
.
Bytes
getValue
(long i)
getValuesBytes
glib
.
bytes
.
Bytes
getValuesBytes
()
self
FixedSizeBinaryArray
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From PrimitiveArray
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
PrimitiveArray
self
()
Returns
this
, for use in
with
statements.
getBuffer
arrow
.
buffer
.
Buffer
getBuffer
()
getDataBuffer
arrow
.
buffer
.
Buffer
getDataBuffer
()
arrow
fixed_size_binary_array
classes
FixedSizeBinaryArray