We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a0db9 commit dff956eCopy full SHA for dff956e
cpp/src/parquet/properties.h
@@ -1322,7 +1322,10 @@ class PARQUET_EXPORT ArrowWriterProperties {
1322
/// \brief Returns the executor used to write columns in parallel.
1323
::arrow::internal::Executor* executor() const;
1324
1325
- bool write_time_adjusted_to_utc() const { return write_time_adjusted_to_utc_; }
+ /// \brief The value of isAdjustedTOUTC when writing a TIME column
1326
+ ///
1327
+ /// Note this setting doesn't affect TIMESTAMP data.
1328
+ bool write_time_adjusted_to_utc() const { return write_time_adjusted_to_utc_; }
1329
1330
private:
1331
explicit ArrowWriterProperties(bool write_nanos_as_int96,
0 commit comments