Documentation
Dlang.org
SourceNodeOptions
arrow
source_node_options
class
SourceNodeOptions :
ExecuteNodeOptions
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
SourceNodeOptions
self
();
static
arrow
.
source_node_options
.
SourceNodeOptions
newRecordBatch
(arrow.record_batch.RecordBatch recordBatch);
static
arrow
.
source_node_options
.
SourceNodeOptions
newRecordBatchReader
(arrow.record_batch_reader.RecordBatchReader reader);
static
arrow
.
source_node_options
.
SourceNodeOptions
newTable
(arrow.table.Table table);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
Members
Functions
self
SourceNodeOptions
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
newRecordBatch
arrow
.
source_node_options
.
SourceNodeOptions
newRecordBatch
(arrow.record_batch.RecordBatch recordBatch)
newRecordBatchReader
arrow
.
source_node_options
.
SourceNodeOptions
newRecordBatchReader
(arrow.record_batch_reader.RecordBatchReader reader)
newTable
arrow
.
source_node_options
.
SourceNodeOptions
newTable
(arrow.table.Table table)
Inherited Members
From ExecuteNodeOptions
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
ExecuteNodeOptions
self
()
Returns
this
, for use in
with
statements.
arrow
source_node_options
classes
SourceNodeOptions