| 115 | } |
| 116 | return ROW(std::move(names), std::move(types)); |
| 117 | } |
| 118 | |
| 119 | std::unique_ptr<SimpleCastBenchmark> benchmark; |
| 120 | |
| 121 | BENCHMARK(castTimestampDateSmall) { |
| 122 | benchmark->setAdjustTimestampToTimezone("false"); |
| 123 | benchmark->runSmall(TIMESTAMP(), DATE()); |
nothing calls this directly
no test coverage detected