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

Method GetBigIntSlot

be/src/runtime/tuple.h:320–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319
320 int64_t* GetBigIntSlot(int offset) {
321 return static_cast<int64_t*>(GetSlot(offset));
322 }
323
324 StringValue* GetStringSlot(int offset) {
325 DCHECK(offset != -1); // -1 offset indicates non-materialized slot

Callers 15

ProcessBuildBatchMethod · 0.80
ProbeFilePositionMethod · 0.80
NeedToCheckBatchMethod · 0.80
WriteRowMethod · 0.80
GetNextInternalMethod · 0.80
ReadCollectionItemMethod · 0.80
MaterializeValueBatchMethod · 0.80
ReadFilePositionsMethod · 0.80
ReadItemPositionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected