Documentation
Dlang.org
BooleanArray
arrow
boolean_array
class
BooleanArray :
PrimitiveArray
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
BooleanArray
self
();
this
(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls);
arrow
.
boolean_array
.
BooleanArray
and
(arrow.boolean_array.BooleanArray right);
bool
getValue
(long i);
bool
[]
getValues
();
arrow
.
boolean_array
.
BooleanArray
invert
();
arrow
.
boolean_array
.
BooleanArray
or
(arrow.boolean_array.BooleanArray right);
arrow
.
boolean_array
.
BooleanArray
xor
(arrow.boolean_array.BooleanArray right);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)
Members
Functions
and
arrow
.
boolean_array
.
BooleanArray
and
(arrow.boolean_array.BooleanArray right)
getValue
bool
getValue
(long i)
getValues
bool
[]
getValues
()
invert
arrow
.
boolean_array
.
BooleanArray
invert
()
or
arrow
.
boolean_array
.
BooleanArray
or
(arrow.boolean_array.BooleanArray right)
self
BooleanArray
self
()
Returns
this
, for use in
with
statements.
xor
arrow
.
boolean_array
.
BooleanArray
xor
(arrow.boolean_array.BooleanArray right)
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
boolean_array
classes
BooleanArray