Uses of Interface
org.apache.arrow.dataset.scanner.Scanner
Packages that use Scanner
Package
Description
-
Uses of Scanner in org.apache.arrow.dataset.jni
Classes in org.apache.arrow.dataset.jni that implement Scanner -
Uses of Scanner in org.apache.arrow.dataset.scanner
Constructors in org.apache.arrow.dataset.scanner with parameters of type ScannerModifierConstructorDescriptionArrowScannerReader
(Scanner scanner, BufferAllocator allocator) Constructs a scanner reader using a Scanner. -
Uses of Scanner in org.apache.arrow.dataset.source
Methods in org.apache.arrow.dataset.source that return ScannerModifier and TypeMethodDescriptionDataset.newScan
(ScanOptions options) Create a new Scanner using the provided scan options.