Uses of Class
org.apache.arrow.vector.ipc.JsonFileWriter.JSONWriteConfig
Packages that use JsonFileWriter.JSONWriteConfig
-
Uses of JsonFileWriter.JSONWriteConfig in org.apache.arrow.vector.ipc
Methods in org.apache.arrow.vector.ipc that return JsonFileWriter.JSONWriteConfigModifier and TypeMethodDescriptionJsonFileWriter.config()
JsonFileWriter.JSONWriteConfig.pretty
(boolean pretty) Constructors in org.apache.arrow.vector.ipc with parameters of type JsonFileWriter.JSONWriteConfigModifierConstructorDescriptionJsonFileWriter
(File outputFile, JsonFileWriter.JSONWriteConfig config) Constructs a new writer that will output tooutputFile
with the given options.