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

Function time64

cpp/src/arrow/type.cc:3198–3200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3196}
3197
3198std::shared_ptr<DataType> time64(TimeUnit::type unit) {
3199 return std::make_shared<Time64Type>(unit);
3200}
3201
3202std::shared_ptr<DataType> list(std::shared_ptr<DataType> value_type) {
3203 return std::make_shared<ListType>(std::move(value_type));

Callers 15

MaybeMergeTemporalTypesFunction · 0.70
InitStaticDataFunction · 0.70
TESTFunction · 0.70
TEST_FFunction · 0.70
type_test.ccFile · 0.70
TEST_FFunction · 0.70
GetTypeMethod · 0.50
TestSessionFunction · 0.50
TESTFunction · 0.50
json_internal.ccFile · 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
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
RunBatchesFunction · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40