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

Class Parameter

cpp/src/arrow/compute/expression.h:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 // NullGeneralization::type nullable() const;
120
121 struct Parameter {
122 FieldRef ref;
123
124 // post-bind properties
125 TypeHolder type;
126 ::arrow::internal::SmallVector<int, 2> indices;
127 };
128 const Parameter* parameter() const;
129
130 Expression() = default;

Callers 1

_make_signatureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected