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

Method Append

cpp/src/arrow/compute/kernels/vector_hash.cc:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 virtual std::shared_ptr<DataType> value_type() const = 0;
253
254 Status Append(KernelContext* ctx, const ArraySpan& input) {
255 std::lock_guard<std::mutex> guard(lock_);
256 return Append(input);
257 }
258
259 // Prepare the Action for the given input (e.g. reserve appropriately sized
260 // data structures) and visit the given input with Action.

Callers 15

ExportMetadataMethod · 0.45
VisitFieldRefFunction · 0.45
VisitFunction · 0.45
SampleUniqueBinaryMethod · 0.45
HashFixedLengthFromFunction · 0.45
TESTFunction · 0.45
GenericToScalarFunction · 0.45
TEST_FFunction · 0.45
ExecMethod · 0.45
ExecArrayMethod · 0.45

Calls 1

AppendFunction · 0.50

Tested by 15

SampleUniqueBinaryMethod · 0.36
HashFixedLengthFromFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TEST_FFunction · 0.36