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

Method is_date

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

Source from the content-addressed store, hash-verified

827 return impl_->type() == LogicalType::Type::DECIMAL;
828}
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;

Callers 3

arraysFunction · 0.80
TESTFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 2

TESTFunction · 0.64