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

Method output

cpp/src/gandiva/compiled_expr.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 ValueValidityPairPtr value_validity() const { return value_validity_; }
38
39 FieldDescriptorPtr output() const { return output_; }
40
41 void SetFunctionName(SelectionVector::Mode mode, std::string& name) {
42 ir_functions_[static_cast<int>(mode)] = name;

Callers 4

AssertIsOutputMethod · 0.80
RunGroupByFunction · 0.80
AssertIsOutputMethod · 0.80
ComputeBitMapsForExprMethod · 0.80

Calls

no outgoing calls

Tested by 3

AssertIsOutputMethod · 0.64
RunGroupByFunction · 0.64
AssertIsOutputMethod · 0.64