Documentation
Dlang.org
InMemoryFragment
arrowdataset
in_memory_fragment
class
InMemoryFragment :
Fragment
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
InMemoryFragment
self
();
this
(arrow.schema.Schema schema, arrow.record_batch.RecordBatch[] recordBatches);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.schema.Schema schema, arrow.record_batch.RecordBatch[] recordBatches)
Members
Functions
self
InMemoryFragment
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From Fragment
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
Fragment
self
()
Returns
this
, for use in
with
statements.
arrowdataset
in_memory_fragment
classes
InMemoryFragment