Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Hash
Function
Hash
be/src/udf_samples/hyperloglog-uda.cc:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
static uint64_t Hash(const IntVal& v) {
67
return FnvHash(&v.val, sizeof(int32_t), FNV64_SEED);
68
}
69
70
IMPALA_UDF_EXPORT
71
void HllUpdate(FunctionContext* ctx, const IntVal& src, StringVal* dst) {
Callers
15
PcUpdate
Method · 0.85
PcsaUpdate
Method · 0.85
Hash
Method · 0.85
GetRemoteExecutorCandidates
Method · 0.85
AddNode
Method · 0.85
BuildScanRange
Method · 0.85
BuildScanRangeSpec
Method · 0.85
HllUpdate
Function · 0.85
main
Function · 0.85
Hash
Method · 0.85
HashRow
Method · 0.85
HashVariableLenRow
Method · 0.85
Calls
1
FnvHash
Function · 0.85
Tested by
5
BuildScanRange
Method · 0.68
BuildScanRangeSpec
Method · 0.68
main
Function · 0.68
TEST
Function · 0.68
TEST_F
Function · 0.68