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

Function interval_type

cpp/src/arrow/type.h:1795–1795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1793 static constexpr const char* type_name() { return "month_interval"; }
1794
1795 IntervalType::type interval_type() const override { return IntervalType::MONTHS; }
1796
1797 int bit_width() const override { return static_cast<int>(sizeof(c_type) * CHAR_BIT); }
1798

Callers 1

ComputeFingerprintMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected