Uses of Class
org.apache.parquet.io.ParquetDecodingException
-
Packages that use ParquetDecodingException Package Description org.apache.parquet.column.values.bytestreamsplit org.apache.parquet.io.api -
-
Uses of ParquetDecodingException in org.apache.parquet.column.values.bytestreamsplit
Methods in org.apache.parquet.column.values.bytestreamsplit that throw ParquetDecodingException Modifier and Type Method Description protected voidByteStreamSplitValuesReader. gatherElementDataFromStreams(byte[] gatheredData)voidByteStreamSplitValuesReader. initFromPage(int valuesCount, org.apache.parquet.bytes.ByteBufferInputStream stream) -
Uses of ParquetDecodingException in org.apache.parquet.io.api
Subclasses of ParquetDecodingException in org.apache.parquet.io.api Modifier and Type Class Description static classRecordMaterializer.RecordMaterializationExceptionThis exception signals that the current record is cannot be converted from parquet columns to a materialized record, but can be skipped if requested.
-