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

Method Init

cpp/src/arrow/acero/util.cc:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79Status TableSinkNodeConsumer::Init(const std::shared_ptr<Schema>& schema,
80 BackpressureControl* backpressure_control,
81 ExecPlan* plan) {
82 // If the user is collecting into a table then backpressure is meaningless
83 ARROW_UNUSED(backpressure_control);
84 schema_ = schema;
85 return Status::OK();
86}
87
88Status TableSinkNodeConsumer::Consume(ExecBatch batch) {
89 auto guard = consume_mutex_.Lock();

Callers 7

JoinBenchmarkMethod · 0.45
RowArrayDecodeBenchmarkFunction · 0.45
BeginMethod · 0.45
RunGroupByFunction · 0.45
TESTFunction · 0.45
StartProducingMethod · 0.45
GenRandomUniqueRecordsFunction · 0.45

Calls 1

OKFunction · 0.50

Tested by 3

RunGroupByFunction · 0.36
TESTFunction · 0.36
GenRandomUniqueRecordsFunction · 0.36