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

Method is_timestamp

cpp/src/parquet/types.cc:831–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829bool LogicalType::is_date() const { return impl_->type() == LogicalType::Type::DATE; }
830bool LogicalType::is_time() const { return impl_->type() == LogicalType::Type::TIME; }
831bool LogicalType::is_timestamp() const {
832 return impl_->type() == LogicalType::Type::TIMESTAMP;
833}
834bool LogicalType::is_interval() const {
835 return impl_->type() == LogicalType::Type::INTERVAL;
836}

Callers 5

arraysFunction · 0.80
EqualsMethod · 0.80
TESTFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 2

TESTFunction · 0.64