Skip to main content

Module wql

Module wql 

Source
Expand description

WQL — Web Query Language for the compiled web.

A SQL-like language for querying compiled schemas across domains, with temporal functions for history, trends, and predictions.

Modules§

executor
WQL executor — runs query plans against compiled schemas and temporal store.
parser
WQL parser — recursive descent parser for the Web Query Language.
planner
WQL query planner — converts AST into execution plan.