MCPcopy Create free account
hub / github.com/apache/arrow / time32

Function time32

cpp/src/gandiva/function_registry_common.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51using arrow::utf8;
52
53inline DataTypePtr time32() { return arrow::time32(arrow::TimeUnit::MILLI); }
54
55inline DataTypePtr time64() { return arrow::time64(arrow::TimeUnit::MICRO); }
56

Callers 5

AddArrowTypesToVectorFunction · 0.70
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.40
TEST_FFunction · 0.40