Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AddIcebergColumns
Method · 0.80
AddVirtualIcebergColumn
Method · 0.80
SetSyntheticAcidFieldForOriginalFile
Method · 0.80
TestAttachMemory
Method · 0.80
VerifyReadWriteBatch
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestAttachMemory
Method · 0.64
VerifyReadWriteBatch
Method · 0.64