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

Method WithMetadata

cpp/src/arrow/compute/light_array_internal.cc:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75KeyColumnArray KeyColumnArray::WithMetadata(const KeyColumnMetadata& metadata) const {
76 KeyColumnArray copy = *this;
77 copy.metadata_ = metadata;
78 return copy;
79}
80
81KeyColumnArray KeyColumnArray::Slice(int64_t offset, int64_t length) const {
82 KeyColumnArray sliced;

Callers 8

SchemaFromColumnNamesFunction · 0.45
MakeWriteNodeFunction · 0.45
TEST_FFunction · 0.45
FinishMethod · 0.45
TEST_PFunction · 0.45
TYPED_TESTFunction · 0.45
ArrayReplaceMethod · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TEST_PFunction · 0.36
TYPED_TESTFunction · 0.36