ZCQL
ZCQL is Catalyst’s own query language that enables you to perform data retrieval, insertion, updating, and deletion operations on the tables in the Catalyst Data Store. You can execute a variety of DML queries using ZCQL to obtain or manipulate data, and use various clauses and statements such as the SQL Join clauses, Groupby and OrderBy statements, and built-in SQL functions.
Catalyst also provides an OLAP database, in addition to the primary Data Store that is suited for analytical data retrieval queries. You can choose to execute simple transactional queries on the primary Data Store, and complex analytical queries that involve ZCQL functions on the OLAP database.
Get Component Instance
You must first create a component instance for ZCQL. The zcql instance can be created as shown below.
//Get a ZCQL instance
let zcql = app.zcql();
Last Updated 2026-02-16 20:32:46 +0530 IST
Yes
No
Send your feedback to us