See: Description
Class | Description |
---|---|
ParquetIO |
IO to read and write Parquet files.
|
ParquetIO.Parse<T> |
Implementation of
ParquetIO.parseGenericRecords(SerializableFunction) . |
ParquetIO.ParseFiles<T> |
Implementation of
ParquetIO.parseFilesGenericRecords(SerializableFunction) . |
ParquetIO.Read |
Implementation of
ParquetIO.read(Schema) . |
ParquetIO.ReadFiles |
Implementation of
ParquetIO.readFiles(Schema) . |
ParquetIO.ReadFiles.BlockTracker | |
ParquetIO.Sink |
Implementation of
ParquetIO.sink(org.apache.avro.Schema) . |