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

Function TimestampType

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

Source from the content-addressed store, hash-verified

1749 int bit_width() const override { return static_cast<int>(sizeof(int64_t) * CHAR_BIT); }
1750
1751 explicit TimestampType(TimeUnit::type unit = TimeUnit::MILLI)
1752 : TemporalType(Type::TIMESTAMP), unit_(unit) {}
1753
1754 explicit TimestampType(TimeUnit::type unit, const std::string& timezone)
1755 : TemporalType(Type::TIMESTAMP), unit_(unit), timezone_(timezone) {}

Callers 1

ExecMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected