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

Method Expression

cpp/src/arrow/compute/expression.cc:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61Expression::Expression(Call call) {
62 call.ComputeHash();
63 impl_ = std::make_shared<Impl>(std::move(call));
64}
65
66Expression::Expression(Datum literal)
67 : impl_(std::make_shared<Impl>(std::move(literal))) {}

Callers

nothing calls this directly

Calls 1

ComputeHashMethod · 0.45

Tested by

no test coverage detected