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

Function month_interval

cpp/src/arrow/type.cc:3182–3184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3180}
3181
3182std::shared_ptr<DataType> month_interval() {
3183 return std::make_shared<MonthIntervalType>();
3184}
3185
3186std::shared_ptr<DataType> timestamp(TimeUnit::type unit) {
3187 return std::make_shared<TimestampType>(unit);

Callers 15

TestSessionFunction · 0.85
InitStaticDataFunction · 0.85
type_singletonMethod · 0.85
TESTFunction · 0.85
type_test.ccFile · 0.85
json_internal.ccFile · 0.85
ext_test.ccFile · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 13

TestSessionFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
SwappableTypesFunction · 0.68
MakeIntervalsFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68