Class StreamElementMaterializer
- java.lang.Object
-
- org.apache.parquet.io.api.RecordMaterializer<StreamElement>
-
- cz.o2.proxima.direct.io.bulkfs.parquet.StreamElementMaterializer
-
@Internal public class StreamElementMaterializer extends org.apache.parquet.io.api.RecordMaterializer<StreamElement>
Class responsible for converting parquet record intoStreamElement
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamElementMaterializer.ParquetColumnGroup
static class
StreamElementMaterializer.ParquetColumnListGroup
static class
StreamElementMaterializer.ParquetColumnListRecordConverter
static class
StreamElementMaterializer.ParquetColumnRecordConverter
-
Constructor Summary
Constructors Constructor Description StreamElementMaterializer(org.apache.parquet.schema.MessageType schema, EntityDescriptor entity, java.lang.String attributeNamesPrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamElement
getCurrentRecord()
org.apache.parquet.io.api.GroupConverter
getRootConverter()
-
-
-
Constructor Detail
-
StreamElementMaterializer
public StreamElementMaterializer(org.apache.parquet.schema.MessageType schema, EntityDescriptor entity, java.lang.String attributeNamesPrefix)
-
-
Method Detail
-
getCurrentRecord
public StreamElement getCurrentRecord()
- Specified by:
getCurrentRecord
in classorg.apache.parquet.io.api.RecordMaterializer<StreamElement>
-
getRootConverter
public org.apache.parquet.io.api.GroupConverter getRootConverter()
- Specified by:
getRootConverter
in classorg.apache.parquet.io.api.RecordMaterializer<StreamElement>
-
-