Uses of Enum
org.apache.arrow.dataset.file.FileFormat
Packages that use FileFormat
-
Uses of FileFormat in org.apache.arrow.dataset.file
Methods in org.apache.arrow.dataset.file that return FileFormatModifier and TypeMethodDescriptionstatic FileFormat
Returns the enum constant of this type with the specified name.static FileFormat[]
FileFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.arrow.dataset.file with parameters of type FileFormatModifier and TypeMethodDescriptionstatic void
DatasetFileWriter.write
(BufferAllocator allocator, ArrowReader reader, FileFormat format, String uri) Write the contents of an ArrowReader as a dataset, with default partitioning settings.static void
DatasetFileWriter.write
(BufferAllocator allocator, ArrowReader reader, FileFormat format, String uri, String[] partitionColumns, int maxPartitions, String baseNameTemplate) Write the contents of an ArrowReader as a dataset.Constructors in org.apache.arrow.dataset.file with parameters of type FileFormatModifierConstructorDescriptionFileSystemDatasetFactory
(BufferAllocator allocator, NativeMemoryPool memoryPool, FileFormat format, String uri) FileSystemDatasetFactory
(BufferAllocator allocator, NativeMemoryPool memoryPool, FileFormat format, String[] uris)