MCPcopy Create free account
hub / github.com/apache/arrow / TableSourceNodeOptions

Function TableSourceNodeOptions

cpp/src/arrow/acero/options.h:119–121  ·  view source on GitHub ↗

Create an instance from values

Source from the content-addressed store, hash-verified

117
118 /// Create an instance from values
119 TableSourceNodeOptions(std::shared_ptr<Table> table,
120 int64_t max_batch_size = kDefaultMaxBatchSize)
121 : table(std::move(table)), max_batch_size(max_batch_size) {}
122
123 /// \brief a table which acts as the data source
124 std::shared_ptr<Table> table;

Callers 15

table_sourceFunction · 0.90
test_declarationFunction · 0.90
test_table_sourceFunction · 0.90
test_aggregate_scalarFunction · 0.90
test_aggregate_hashFunction · 0.90
test_order_byFunction · 0.90
test_hash_joinFunction · 0.90
test_asof_joinFunction · 0.90
_perform_joinFunction · 0.85
_perform_join_asofFunction · 0.85
_filter_tableFunction · 0.85

Calls

no outgoing calls

Tested by 15

table_sourceFunction · 0.72
test_declarationFunction · 0.72
test_table_sourceFunction · 0.72
test_aggregate_scalarFunction · 0.72
test_aggregate_hashFunction · 0.72
test_order_byFunction · 0.72
test_hash_joinFunction · 0.72
test_asof_joinFunction · 0.72
TEST_FFunction · 0.68
TESTFunction · 0.68
CheckErrorFunction · 0.68