Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
struct 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
ExecuteScalarExpression
Function · 0.70
FoldConstants
Function · 0.70
TEST
Function · 0.70
TEST_F
Function · 0.70
exec.h
File · 0.70
SelectValues
Method · 0.70
Make
Method · 0.70
garrow_source_node_options_new_record_batch_reader
Function · 0.50
garrow_source_node_options_new_record_batch
Function · 0.50
AddKnownValues
Method · 0.50
GenerateBatchesFromSchema
Function · 0.50
EvolveBatch
Method · 0.50
Calls
no outgoing calls
Tested by
15
TEST
Function · 0.56
TEST_F
Function · 0.56
StartAndCollect
Function · 0.40
Expression>& guarantees) { // If guarantees are provided we must have one for each batch if (!guarantees.empty()) { EXPECT_EQ(fragment_batch_strs.size(), guarantees.size())
Method · 0.40
RunGroupBy
Function · 0.40
StartAndCollect
Function · 0.40
MakeIntegerBatch
Function · 0.40
MakeRandomBatches
Function · 0.40
GenerateBatchesFromSchema
Method · 0.40
TEST
Function · 0.40
TEST
Function · 0.40
TEST
Function · 0.40