Package org.dflib.parquet.read.converter
Class RowConverter
java.lang.Object
org.apache.parquet.io.api.Converter
org.apache.parquet.io.api.GroupConverter
org.dflib.parquet.read.converter.RowConverter
public class RowConverter
extends org.apache.parquet.io.api.GroupConverter
-
Constructor Summary
ConstructorsConstructorDescriptionRowConverter(org.apache.parquet.schema.GroupType schema, Consumer<Object[]> rowConsumer) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.parquet.io.api.ConverterbuildFromLogicalTypeConverter(org.apache.parquet.schema.Type parquetField, Consumer<Object> consumer) voidend()org.apache.parquet.io.api.ConvertergetConverter(int fieldIndex) voidstart()Methods inherited from class org.apache.parquet.io.api.GroupConverter
asGroupConverter, isPrimitiveMethods inherited from class org.apache.parquet.io.api.Converter
asPrimitiveConverter
-
Constructor Details
-
RowConverter
-
-
Method Details
-
buildFromLogicalTypeConverter
-
getConverter
public org.apache.parquet.io.api.Converter getConverter(int fieldIndex) - Specified by:
getConverterin classorg.apache.parquet.io.api.GroupConverter
-
start
public void start()- Specified by:
startin classorg.apache.parquet.io.api.GroupConverter
-
end
public void end()- Specified by:
endin classorg.apache.parquet.io.api.GroupConverter
-