Home
last modified time | relevance | path

Searched refs:utc_normalized (Results 1 – 3 of 3) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/arrow/
H A Dschema_internal.cc94 const bool utc_normalized = in MakeArrowTimestamp() local
99 return (utc_normalized ? ::arrow::timestamp(::arrow::TimeUnit::MILLI, utc_timezone) in MakeArrowTimestamp()
102 return (utc_normalized ? ::arrow::timestamp(::arrow::TimeUnit::MICRO, utc_timezone) in MakeArrowTimestamp()
105 return (utc_normalized ? ::arrow::timestamp(::arrow::TimeUnit::NANO, utc_timezone) in MakeArrowTimestamp()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/arrow/
H A Dschema_internal.cc94 const bool utc_normalized = in MakeArrowTimestamp() local
99 return (utc_normalized ? ::arrow::timestamp(::arrow::TimeUnit::MILLI, utc_timezone) in MakeArrowTimestamp()
102 return (utc_normalized ? ::arrow::timestamp(::arrow::TimeUnit::MICRO, utc_timezone) in MakeArrowTimestamp()
105 return (utc_normalized ? ::arrow::timestamp(::arrow::TimeUnit::NANO, utc_timezone) in MakeArrowTimestamp()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/arrow/
H A Dreader_internal.cc168 const bool utc_normalized = in MakeArrowTimestamp() local
173 *out = (utc_normalized ? ::arrow::timestamp(::arrow::TimeUnit::MILLI, utc_timezone) in MakeArrowTimestamp()
177 *out = (utc_normalized ? ::arrow::timestamp(::arrow::TimeUnit::MICRO, utc_timezone) in MakeArrowTimestamp()
181 *out = (utc_normalized ? ::arrow::timestamp(::arrow::TimeUnit::NANO, utc_timezone) in MakeArrowTimestamp()