SourceNodeOptions

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]
reader
arrow.record_batch_reader.RecordBatchReader reader [@property getter]
recordBatch
arrow.record_batch.RecordBatch recordBatch [@property getter]

Static functions

_getGType
GType _getGType()
builder
SourceNodeOptionsGidBuilder builder()

Get builder for arrow.source_node_options.SourceNodeOptions

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.

builder
ExecuteNodeOptionsGidBuilder builder()

Get builder for arrow.execute_node_options.ExecuteNodeOptions