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

Method is_timestamp

cpp/src/parquet/types.cc:819–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817bool LogicalType::is_date() const { return impl_->type() == LogicalType::Type::DATE; }
818bool LogicalType::is_time() const { return impl_->type() == LogicalType::Type::TIME; }
819bool LogicalType::is_timestamp() const {
820 return impl_->type() == LogicalType::Type::TIMESTAMP;
821}
822bool LogicalType::is_interval() const {
823 return impl_->type() == LogicalType::Type::INTERVAL;
824}

Callers 5

arraysFunction · 0.80
EqualsMethod · 0.80
TESTFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 2

TESTFunction · 0.64