Class ParquetFileReader
Object
io.delta.kernel.defaults.internal.parquet.ParquetFileReader
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classImplement aReadSupportthat will collect the data for each row and return as aColumnarBatch.static classCollects the records given by the Parquet reader as columnar data. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParquetFileReader
-
-
Method Details
-
read
public io.delta.kernel.utils.CloseableIterator<io.delta.kernel.data.ColumnarBatch> read(io.delta.kernel.utils.FileStatus fileStatus, io.delta.kernel.types.StructType schema, Optional<io.delta.kernel.expressions.Predicate> predicate)
-