public static interface RFile.InputArguments
Modifier and Type | Method and Description |
---|---|
RFile.ScannerOptions |
from(RFileSource... inputs)
Specify RFiles to read from.
|
RFile.ScannerFSOptions |
from(String... files)
Specify RFiles to read from.
|
RFile.ScannerOptions from(RFileSource... inputs)
Scanner
constructed will present a merged view.inputs
- one or more RFiles to read.RFile.ScannerFSOptions from(String... files)
Scanner
constructed will
present a merged view.files
- one or more RFiles to read.Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.