Uses of Enum
org.apache.arrow.dataset.file.FileFormat
Packages that use FileFormat
Package
Description
-
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) FileSystemDatasetFactory
(BufferAllocator allocator, NativeMemoryPool memoryPool, FileFormat format, String[] uris, Optional<FragmentScanOptions> fragmentScanOptions) FileSystemDatasetFactory
(BufferAllocator allocator, NativeMemoryPool memoryPool, FileFormat format, String uri, Optional<FragmentScanOptions> fragmentScanOptions) -
Uses of FileFormat in org.apache.arrow.dataset.scanner
Methods in org.apache.arrow.dataset.scanner that return FileFormat -
Uses of FileFormat in org.apache.arrow.dataset.scanner.csv
Methods in org.apache.arrow.dataset.scanner.csv that return FileFormat