| 53 | inline DataTypePtr time32() { return arrow::time32(arrow::TimeUnit::MILLI); } |
| 54 | |
| 55 | inline DataTypePtr time64() { return arrow::time64(arrow::TimeUnit::MICRO); } |
| 56 | |
| 57 | inline DataTypePtr timestamp() { return arrow::timestamp(arrow::TimeUnit::MILLI); } |
| 58 | inline DataTypePtr decimal128() { return arrow::decimal128(38, 0); } |
no outgoing calls