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

Function ExecSpan

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

Source from the content-addressed store, hash-verified

369struct ARROW_EXPORT ExecSpan {
370 ExecSpan() = default;
371 ExecSpan(const ExecSpan& other) = default;
372 ExecSpan& operator=(const ExecSpan& other) = default;
373 ExecSpan(ExecSpan&& other) = default;
374 ExecSpan& operator=(ExecSpan&& other) = default;

Callers 15

TEST_FFunction · 0.70
exec.hFile · 0.70
EncodeBatchMethod · 0.50
ASSERT_OK_AND_ASSIGNFunction · 0.50
InputReceivedMethod · 0.50
InputReceivedMethod · 0.50
InitMethod · 0.50
RemapInputValuesMethod · 0.50
RemapInputMethod · 0.50
EncodeBatchMethod · 0.50
GenRandomUniqueRecordsFunction · 0.50
PairwiseExecImplFunction · 0.50

Calls 8

resizeMethod · 0.80
is_arrayMethod · 0.80
SetScalarMethod · 0.80
sizeMethod · 0.45
SetArrayMethod · 0.45
arrayMethod · 0.45
getMethod · 0.45
scalarMethod · 0.45

Tested by 6

TEST_FFunction · 0.56
ASSERT_OK_AND_ASSIGNFunction · 0.40
GenRandomUniqueRecordsFunction · 0.40
TESTFunction · 0.40
ExpectPopulateMethod · 0.40