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

Method Init

cpp/examples/arrow/engine_substrait_consumption.cc:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 explicit IgnoringConsumer(size_t tag) : tag_{tag} {}
34
35 arrow::Status Init(const std::shared_ptr<arrow::Schema>& schema,
36 ac::BackpressureControl* backpressure_control,
37 ac::ExecPlan* plan) override {
38 return arrow::Status::OK();
39 }
40
41 arrow::Status Consume(cp::ExecBatch batch) override {
42 // Consume a batch of data

Callers 2

RunFlightGrpcFunction · 0.45
mainFunction · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected