T - the type of the materialized recordpublic abstract class RecordReader<T> extends Object
| Constructor and Description |
|---|
RecordReader() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
read()
Reads one record and returns it.
|
boolean |
shouldSkipCurrentRecord()
Returns whether the current record should be skipped (dropped)
Will be called *after* read()
|
public abstract T read()
public boolean shouldSkipCurrentRecord()
Copyright © 2023 The Apache Software Foundation. All rights reserved.