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

Method is_interval

cpp/src/parquet/types.cc:834–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832 return impl_->type() == LogicalType::Type::TIMESTAMP;
833}
834bool LogicalType::is_interval() const {
835 return impl_->type() == LogicalType::Type::INTERVAL;
836}
837bool LogicalType::is_int() const { return impl_->type() == LogicalType::Type::INT; }
838bool LogicalType::is_null() const { return impl_->type() == LogicalType::Type::NIL; }
839bool 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