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

Method time_unit

cpp/src/parquet/types.cc:1516–1518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514}
1515
1516LogicalType::TimeUnit::unit TimestampLogicalType::time_unit() const {
1517 return (dynamic_cast<const LogicalType::Impl::Timestamp&>(*impl_)).time_unit();
1518}
1519
1520bool TimestampLogicalType::is_from_converted_type() const {
1521 return (dynamic_cast<const LogicalType::Impl::Timestamp&>(*impl_))

Callers 7

EqualsMethod · 0.45
ReconstructMethod · 0.45
MakeArrowTime32Function · 0.45
MakeArrowTime64Function · 0.45
MakeArrowTimestampFunction · 0.45

Calls

no outgoing calls

Tested by 1

ReconstructMethod · 0.36