Parquet components
| tFileInputParquet | Extracts records from a given Parquet format file in a distributed file system and sends the data to the next component for further processing. |
| tFileOutputParquet | Receives records from the processing component placed ahead of it and writes the records into Parquet format files in a given distributed file system. |
| tFileStreamInputParquet | Extracts records from a given Parquet format file for other components to process the records. |