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

Function time64

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

Source from the content-addressed store, hash-verified

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

Callers 3

TEST_FFunction · 0.70
AddArrowTypesToVectorFunction · 0.70
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.56
TEST_FFunction · 0.40