📄️ ParcelQL Introduction
Reason to develop
📄️ ParcelQL Query
ParcelQL Query is an interface representing the core query object. It allows developers to define various components of SQL query.
📄️ Column and Distinct
Simple column selection
📄️ Filter
Simple comparison filter
📄️ Time, Aggregation and Window functions
These functions can be used normally within the ParcelQLColumn.
📄️ Join
Tutorial will be added soon.