| 245 | |
| 246 | struct DataTypeToProtoImpl { |
| 247 | Status Visit(const NullType& t) { return EncodeUserDefined(t); } |
| 248 | |
| 249 | Status Visit(const BooleanType& t) { |
| 250 | return SetWith(&substrait::Type::set_allocated_bool_); |
nothing calls this directly
no test coverage detected