MCPcopy Create free account
hub / github.com/apache/arrow / AccumulateHashFrom

Method AccumulateHashFrom

cpp/src/arrow/scalar.cc:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 }
206
207 void AccumulateHashFrom(const Scalar& scalar) {
208 // Note we already injected the type in ScalarHashImpl::ScalarHashImpl
209 if (scalar.is_valid) {
210 DCHECK_OK(VisitScalarInline(scalar, this));
211 }
212 }
213
214 size_t hash_;
215};

Callers

nothing calls this directly

Calls 1

VisitScalarInlineFunction · 0.85

Tested by

no test coverage detected