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

Function StringValueEq

be/src/codegen/codegen-anyval-ir.cc:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38// Used by CodegenAnyVal::EqToNativePtr()
39
40bool StringValueEq(const StringVal& x, const StringValue& y) {
41 StringValue sv = StringValue::FromStringVal(x);
42 return sv.Eq(y);
43}
44
45bool TimestampValueEq(const TimestampVal& x, const TimestampValue& y) {
46 TimestampValue tv = TimestampValue::FromTimestampVal(x);

Callers

nothing calls this directly

Calls 1

EqMethod · 0.45

Tested by

no test coverage detected