pub.parquet:getBatchIterator
WmParquet. Reads a Parquet file and returns a batch iterator object that can be used to iterate over the records in the Parquet file.
Input Parameters
fileName | String Name of the Parquet file to be read. |
Output Parameters
iterator | Object An iterator object that can be used to iterate over the records in the Parquet file. |
Usage Notes
None.