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 classStreamElementMaterializer.ParquetColumnGroupstatic classStreamElementMaterializer.ParquetColumnListGroupstatic classStreamElementMaterializer.ParquetColumnListRecordConverterstatic classStreamElementMaterializer.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 StreamElementgetCurrentRecord()org.apache.parquet.io.api.GroupConvertergetRootConverter()
-
-
-
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:
getCurrentRecordin classorg.apache.parquet.io.api.RecordMaterializer<StreamElement>
-
getRootConverter
public org.apache.parquet.io.api.GroupConverter getRootConverter()
- Specified by:
getRootConverterin classorg.apache.parquet.io.api.RecordMaterializer<StreamElement>
-
-