Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Parquet Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.parquet:closeBatchIterator
pub.parquet:documentTypeToSchema
pub.parquet:getBatchIterator
pub.parquet:getNextBatch
pub.parquet:read
pub.parquet:write
The following elements are available in this folder:
Element
Package and Description
WmParquet. Closes the Parquet iterator.
WmParquet. Converts an Integration Server document type to the Parquet schema format.
WmParquet. Reads a Parquet file and returns a batch iterator object that can be used to iterate over the records of the Parquet file.
WmParquet. Gets the next batch of Parquet records from the iterator object returned by the pub.parquet:getBatchIterator service.
WmParquet. Reads a Parquet file and converts it to an IData array (Document list).
WmParquet. Writes a document list (an array of IData objects) to a Parquet file.