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

Method Hash

be/src/exprs/anyval-util.h:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49class AnyValUtil {
50 public:
51 static uint32_t Hash(const BooleanVal& v, const FunctionContext::TypeDesc&, int seed) {
52 return HashUtil::Hash(&v.val, 1, seed);
53 }
54
55 static uint32_t Hash(const TinyIntVal& v, const FunctionContext::TypeDesc&, int seed) {
56 return HashUtil::Hash(&v.val, 1, seed);

Callers

nothing calls this directly

Calls 1

HashFunction · 0.85

Tested by

no test coverage detected