MCPcopy Create free account
hub / github.com/apache/impala / TestToYearMonthDay

Function TestToYearMonthDay

be/src/benchmarks/date-benchmark.cc:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void TestToYearMonthDay(int batch_size, void* d) {
282 TestData* data = reinterpret_cast<TestData*>(d);
283 data->TestToYearMonthDay(batch_size);
284}
285
286void TestToYear(int batch_size, void* d) {
287 TestData* data = reinterpret_cast<TestData*>(d);

Callers

nothing calls this directly

Calls 1

TestToYearMonthDayMethod · 0.80

Tested by

no test coverage detected