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

Method state

cpp/src/arrow/ipc/message.cc:1031–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029int64_t MessageDecoder::next_required_size() const { return impl_->next_required_size(); }
1030
1031MessageDecoder::State MessageDecoder::state() const { return impl_->state(); }
1032
1033// ----------------------------------------------------------------------
1034// Implement InputStream message reader

Callers 15

AggregateUdfConsumeFunction · 0.45
AggregateUdfFinalizeFunction · 0.45
HashAggregateUdfResizeFunction · 0.45
HashAggregateUdfConsumeFunction · 0.45
HashAggregateUdfMergeFunction · 0.45
HashAggregateUdfFinalizeFunction · 0.45
FinalizeMethod · 0.45
ExecMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
ReadMessageFunction · 0.45
ReadMessageInternalFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TESTFunction · 0.36