MCPcopy Create free account
hub / github.com/apache/impala / GetCollectionSlot

Method GetCollectionSlot

be/src/runtime/tuple.h:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 CollectionValue* GetCollectionSlot(int offset) {
336 DCHECK(offset != -1); // -1 offset indicates non-materialized slot
337 return reinterpret_cast<CollectionValue*>(reinterpret_cast<char*>(this) + offset);
338 }
339
340 const CollectionValue* GetCollectionSlot(int offset) const {
341 DCHECK(offset != -1); // -1 offset indicates non-materialized slot

Callers 5

ReadValueMethod · 0.80
TEST_FFunction · 0.80
ComputeRowSizeMethod · 0.80
CopyCollectionsMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64