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

Method is_time

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

Source from the content-addressed store, hash-verified

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;
833}

Callers 4

arraysFunction · 0.80
TESTFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 2

TESTFunction · 0.64