Uses of Class
org.apache.datafusion.ParquetWriteOptions
Packages that use ParquetWriteOptions
-
Uses of ParquetWriteOptions in org.apache.datafusion
Methods in org.apache.datafusion that return ParquetWriteOptionsModifier and TypeMethodDescriptionParquetWriteOptions.compression(String spec) Compression codec spec, passed verbatim to DataFusion.ParquetWriteOptions.singleFileOutput(boolean v) Whentrue, write to a single file at the supplied path.Methods in org.apache.datafusion with parameters of type ParquetWriteOptionsModifier and TypeMethodDescriptionvoidDataFrame.writeParquet(String path, ParquetWriteOptions options) Materialize this DataFrame as Parquet atpathwith the suppliedParquetWriteOptions.