T - the materialized object classpublic abstract class RecordMaterializer<T> extends Object
GroupConverter.start() and GroupConverter.end(),
between which the appropriate fields will be materialized.| Constructor and Description |
|---|
RecordMaterializer() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getCurrentRecord() |
abstract GroupConverter |
getRootConverter() |
void |
skipCurrentRecord()
Called if
getCurrentRecord() isn't going to be called. |
public abstract T getCurrentRecord()
public void skipCurrentRecord()
getCurrentRecord() isn't going to be called.public abstract GroupConverter getRootConverter()
Copyright © 2015 The Apache Software Foundation. All rights reserved.