Documentation
Dlang.org
BinaryScalar
arrow
binary_scalar
class
BinaryScalar :
BaseBinaryScalar
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
BinaryScalar
self
();
this
(arrow.buffer.Buffer value);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.buffer.Buffer value)
Members
Functions
self
BinaryScalar
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From BaseBinaryScalar
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
BaseBinaryScalar
self
()
Returns
this
, for use in
with
statements.
getValue
arrow
.
buffer
.
Buffer
getValue
()
arrow
binary_scalar
classes
BinaryScalar