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

Method is_time

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

Source from the content-addressed store, hash-verified

816}
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}

Callers 4

arraysFunction · 0.80
TESTFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 2

TESTFunction · 0.64