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

Function ExecBatch

cpp/src/arrow/compute/exec.h:176–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174struct ARROW_EXPORT ExecBatch {
175 ExecBatch() = default;
176 ExecBatch(std::vector<Datum> values, int64_t length)
177 : values(std::move(values)), length(length) {}
178
179 explicit ExecBatch(const RecordBatch& batch);
180

Callers 15

ExecuteScalarExpressionFunction · 0.70
FoldConstantsFunction · 0.70
TESTFunction · 0.70
TEST_FFunction · 0.70
exec.hFile · 0.70
SelectValuesMethod · 0.70
MakeMethod · 0.70
AddKnownValuesMethod · 0.50
EvolveBatchMethod · 0.50

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.56
TEST_FFunction · 0.56
StartAndCollectFunction · 0.40
RunGroupByFunction · 0.40
StartAndCollectFunction · 0.40
MakeIntegerBatchFunction · 0.40
MakeRandomBatchesFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40