RECORD
- the type of objects that represents a single record@Beta public interface RecordScannable<RECORD> extends Closeable
BatchReadable
.Modifier and Type | Method and Description |
---|---|
RecordScanner<RECORD> |
createSplitRecordScanner(Split split)
Creates a reader for the split of a dataset.
|
Type |
getRecordType()
The type of records that the dataset exposes as a schema.
|
List<Split> |
getSplits()
Returns all splits of the dataset.
|
Type getRecordType()
List<Split> getSplits()
For feeding the whole dataset into a batch job.
Split
s.RecordScanner<RECORD> createSplitRecordScanner(Split split)
split
- The split to create a reader for.RecordScanner
.Copyright © 2023 Cask Data, Inc. Licensed under the Apache License, Version 2.0.