| 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; |