Documentation
Dlang.org
LargeStringArray
arrow
large_string_array
class
LargeStringArray :
LargeBinaryArray
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
LargeStringArray
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
LargeStringArray
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From LargeBinaryArray
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
LargeBinaryArray
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
large_string_array
classes
LargeStringArray