Package org.apache.parquet.example
Class DummyRecordConverter
- java.lang.Object
-
- org.apache.parquet.io.api.RecordMaterializer<Object>
-
- org.apache.parquet.example.DummyRecordConverter
-
public final class DummyRecordConverter extends RecordMaterializer<Object>
Dummy implementation for perf tests
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.parquet.io.api.RecordMaterializer
RecordMaterializer.RecordMaterializationException
-
-
Constructor Summary
Constructors Constructor Description DummyRecordConverter(MessageType schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetCurrentRecord()GroupConvertergetRootConverter()-
Methods inherited from class org.apache.parquet.io.api.RecordMaterializer
skipCurrentRecord
-
-
-
-
Constructor Detail
-
DummyRecordConverter
public DummyRecordConverter(MessageType schema)
-
-
Method Detail
-
getCurrentRecord
public Object getCurrentRecord()
- Specified by:
getCurrentRecordin classRecordMaterializer<Object>- Returns:
- the result of the conversion
-
getRootConverter
public GroupConverter getRootConverter()
- Specified by:
getRootConverterin classRecordMaterializer<Object>- Returns:
- the root converter for this tree
-
-