@Deprecated public abstract class BaseRecordReader<T> extends RecordReader<T>
Modifier and Type | Field and Description |
---|---|
ColumnReadStore |
columnStore
Deprecated.
|
RecordConsumer |
recordConsumer
Deprecated.
|
RecordMaterializer<T> |
recordMaterializer
Deprecated.
|
Constructor and Description |
---|
BaseRecordReader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addPrimitiveBINARY(String field,
int index,
Binary value)
Deprecated.
|
protected void |
addPrimitiveINT32(String field,
int index,
int value)
Deprecated.
|
protected void |
addPrimitiveINT64(String field,
int index,
long value)
Deprecated.
|
protected void |
currentLevel(int currentLevel)
Deprecated.
|
protected void |
endGroup(String field,
int index)
Deprecated.
|
protected void |
endMessage()
Deprecated.
|
protected void |
error(String message)
Deprecated.
|
protected int |
getCaseId(int state,
int currentLevel,
int d,
int nextR)
Deprecated.
|
protected void |
log(String message)
Deprecated.
|
T |
read()
Deprecated.
Reads one record and returns it.
|
protected abstract void |
readOneRecord()
Deprecated.
|
protected void |
startGroup(String field,
int index)
Deprecated.
|
protected void |
startMessage()
Deprecated.
|
shouldSkipCurrentRecord
public RecordConsumer recordConsumer
public RecordMaterializer<T> recordMaterializer
public ColumnReadStore columnStore
public T read()
RecordReader
read
in class RecordReader<T>
protected abstract void readOneRecord()
protected void currentLevel(int currentLevel)
protected void log(String message)
protected final int getCaseId(int state, int currentLevel, int d, int nextR)
protected final void startMessage()
protected final void startGroup(String field, int index)
protected final void addPrimitiveINT64(String field, int index, long value)
protected final void addPrimitiveBINARY(String field, int index, Binary value)
protected final void addPrimitiveINT32(String field, int index, int value)
protected final void endGroup(String field, int index)
protected final void endMessage()
protected void error(String message)
Copyright © 2023 The Apache Software Foundation. All rights reserved.