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

Function timestamp

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

Source from the content-addressed store, hash-verified

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); }
59
60struct KeyHash {

Callers 7

TEST_FFunction · 0.70
AddArrowTypesToVectorFunction · 0.70
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.56
TEST_FFunction · 0.40
TEST_FFunction · 0.40