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

Method is_interval

cpp/src/parquet/types.cc:822–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820 return impl_->type() == LogicalType::Type::TIMESTAMP;
821}
822bool LogicalType::is_interval() const {
823 return impl_->type() == LogicalType::Type::INTERVAL;
824}
825bool LogicalType::is_int() const { return impl_->type() == LogicalType::Type::INT; }
826bool LogicalType::is_null() const { return impl_->type() == LogicalType::Type::NIL; }
827bool LogicalType::is_JSON() const { return impl_->type() == LogicalType::Type::JSON; }

Callers 4

arraysFunction · 0.80
ToParquetMethod · 0.80
TESTFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 2

TESTFunction · 0.64