- ⌂ Query Functions
- Function Categories
More Query Functions
More query functions need to be added to support the full set supported by SQL.
To implement a new function:
- Add new function to $operators in io_comand_repo/expression.php
- Add new function to $functions in io_comand_repo/expression_parser.php
- Add function to io_comand_repo/storage/sql/sql_builder.php
- Add function to io_comand_repo/collection.php
- Add new function prototype to io_comand_repo/expression/evaluator.php
Shared Functions
A goal is to eventually offer a common set of functions across cCell, cPath, cQL, cQuery and cScript wherever possible, but to still ensure compatibility with other spreadsheet programs, SQL and JavaScript/PHP. The following in-progress table is to help organize that effort and will be updated as we work through the implementation and unification of the various functions.
(currently in external spreadsheet)