Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber/aresdb
/ getPointer
Method
getPointer
query/device_allocator.go:80–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
func
(p devicePointer) getPointer() unsafe.Pointer {
81
return
p.pointer
82
}
83
84
func
(p devicePointer) isNull() bool {
85
return
p.pointer == nil
Callers
15
offset
Method · 0.95
makeVectorPartySlice
Function · 0.80
filterAction
Method · 0.80
makeWriteToMeasureVectorAction
Method · 0.80
makeWriteToDimensionVectorAction
Method · 0.80
prepareForeignRecordIDs
Method · 0.80
processExpression
Method · 0.80
makeGeoShapeBatch
Function · 0.80
makeGeoPointInputVector
Method · 0.80
writeGeoShapeDim
Method · 0.80
geoIntersect
Method · 0.80
hll
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected