Documentation
Dlang.org
StringArray
arrow
string_array
class
StringArray :
BinaryArray
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
StringArray
self
();
this
(long length, arrow.buffer.Buffer valueOffsets, arrow.buffer.Buffer valueData, arrow.buffer.Buffer nullBitmap, long nNulls);
string
getString
(long i);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(long length, arrow.buffer.Buffer valueOffsets, arrow.buffer.Buffer valueData, arrow.buffer.Buffer nullBitmap, long nNulls)
Members
Functions
getString
string
getString
(long i)
self
StringArray
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From BinaryArray
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
BinaryArray
self
()
Returns
this
, for use in
with
statements.
getBuffer
arrow
.
buffer
.
Buffer
getBuffer
()
getDataBuffer
arrow
.
buffer
.
Buffer
getDataBuffer
()
getOffsetsBuffer
arrow
.
buffer
.
Buffer
getOffsetsBuffer
()
getValue
glib
.
bytes
.
Bytes
getValue
(long i)
arrow
string_array
classes
StringArray