| 56 | |
| 57 | inline DataTypePtr timestamp() { return arrow::timestamp(arrow::TimeUnit::MILLI); } |
| 58 | inline DataTypePtr decimal128() { return arrow::decimal128(38, 0); } |
| 59 | |
| 60 | struct KeyHash { |
| 61 | std::size_t operator()(const FunctionSignature* k) const { return k->Hash(); } |
no outgoing calls