public class NativeScanner extends Object implements Scanner
Scanner. Note that it currently emits only a single scan task of type
NativeScanTask, which is internally a combination of all scan task instances returned by the
native scanner.| Constructor and Description |
|---|
NativeScanner(NativeContext context,
long scannerId) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterable<? extends NativeScanTask> |
scan()
Perform the scan operation.
|
Schema |
schema()
Get the schema of this Scanner.
|
public NativeScanner(NativeContext context, long scannerId)
public Iterable<? extends NativeScanTask> scan()
Scannerpublic Schema schema()
Scannerpublic void close()
close in interface AutoCloseableCopyright © 2021 The Apache Software Foundation. All rights reserved.