Uses of Class
org.apache.datafusion.JsonWriteOptions
Packages that use JsonWriteOptions
-
Uses of JsonWriteOptions in org.apache.datafusion
Methods in org.apache.datafusion that return JsonWriteOptionsModifier and TypeMethodDescriptionJsonWriteOptions.fileCompressionType(FileCompressionType t) Output compression codec.JsonWriteOptions.partitionCols(String... cols) Hive-style partition columns.JsonWriteOptions.singleFileOutput(boolean v) Whentrue, write to a single file at the supplied path.Methods in org.apache.datafusion with parameters of type JsonWriteOptionsModifier and TypeMethodDescriptionvoidDataFrame.writeJson(String path, JsonWriteOptions options) Materialize this DataFrame as newline-delimited JSON atpathwith the suppliedJsonWriteOptions.