| 50 | explicit ElementWiseAggregateOptions(bool skip_nulls = true); |
| 51 | static constexpr const char kTypeName[] = "ElementWiseAggregateOptions"; |
| 52 | static ElementWiseAggregateOptions Defaults() { return ElementWiseAggregateOptions{}; } |
| 53 | bool skip_nulls; |
| 54 | }; |
| 55 |
no outgoing calls