Uses of Interface
org.apache.arrow.dataset.scanner.FragmentScanOptions
Packages that use FragmentScanOptions
Package
Description
-
Uses of FragmentScanOptions in org.apache.arrow.dataset.file
Constructor parameters in org.apache.arrow.dataset.file with type arguments of type FragmentScanOptionsModifierConstructorDescriptionFileSystemDatasetFactory
(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 FragmentScanOptions in org.apache.arrow.dataset.scanner
Methods in org.apache.arrow.dataset.scanner that return types with arguments of type FragmentScanOptionsMethods in org.apache.arrow.dataset.scanner with parameters of type FragmentScanOptionsModifier and TypeMethodDescriptionScanOptions.Builder.fragmentScanOptions
(FragmentScanOptions fragmentScanOptions) Set the FragmentScanOptions. -
Uses of FragmentScanOptions in org.apache.arrow.dataset.scanner.csv
Classes in org.apache.arrow.dataset.scanner.csv that implement FragmentScanOptions