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

Method time_unit

cpp/src/parquet/types.cc:1528–1530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1526}
1527
1528LogicalType::TimeUnit::unit TimestampLogicalType::time_unit() const {
1529 return (dynamic_cast<const LogicalType::Impl::Timestamp&>(*impl_)).time_unit();
1530}
1531
1532bool TimestampLogicalType::is_from_converted_type() const {
1533 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