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

Method GetIntSlot

be/src/runtime/tuple.h:316–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 }
315
316 int32_t* GetIntSlot(int offset) {
317 return static_cast<int32_t*>(GetSlot(offset));
318 }
319
320 int64_t* GetBigIntSlot(int offset) {
321 return static_cast<int64_t*>(GetSlot(offset));

Callers 5

AddIcebergColumnsMethod · 0.80
TestAttachMemoryMethod · 0.80
VerifyReadWriteBatchMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestAttachMemoryMethod · 0.64
VerifyReadWriteBatchMethod · 0.64