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