Documentation
Dlang.org
FixedSizeBinaryDataType
arrow
fixed_size_binary_data_type
class
FixedSizeBinaryDataType :
FixedWidthDataType
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
FixedSizeBinaryDataType
self
();
this
(int byteWidth);
int
getByteWidth
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(int byteWidth)
Members
Functions
getByteWidth
int
getByteWidth
()
self
FixedSizeBinaryDataType
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From FixedWidthDataType
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
FixedWidthDataType
self
()
Returns
this
, for use in
with
statements.
getBitWidth
int
getBitWidth
()
arrow
fixed_size_binary_data_type
classes
FixedSizeBinaryDataType