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

Function time32

cpp/src/arrow/type.cc:3194–3196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3192}
3193
3194std::shared_ptr<DataType> time32(TimeUnit::type unit) {
3195 return std::make_shared<Time32Type>(unit);
3196}
3197
3198std::shared_ptr<DataType> time64(TimeUnit::type unit) {
3199 return std::make_shared<Time64Type>(unit);

Callers 15

MaybeMergeTemporalTypesFunction · 0.70
InitStaticDataFunction · 0.70
TESTFunction · 0.70
TEST_FFunction · 0.70
type_test.ccFile · 0.70
TEST_FFunction · 0.70
TestSessionFunction · 0.50
TESTFunction · 0.50
json_internal.ccFile · 0.50
TEST_PFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.56
TEST_FFunction · 0.56
TEST_FFunction · 0.56
TestSessionFunction · 0.40
TESTFunction · 0.40
TEST_PFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
RunBatchesFunction · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40