907 B
907 B
Example Scripts
These scripts can be executed with:
make script SCRIPT=examples/scripts/ancestor.ech
cargo run -- script examples/scripts/ancestor.ech
Available examples:
ancestor.ech: transitive closure overParent/2employee_departments.ech: existential rule that creates labeled nullsnegation.ech: stratified negation-as-failure withNOTin rule bodiessame_team.ech: conjunctive query with a self-joinskolem_chase.ech: Skolem chase with deterministic labeled nullssql_aggregate.ech:GROUP BYwithCOUNT,SUM,MIN,MAX, andAVGsql_basic.ech: named-column filtering in the SQL frontendsql_filter_ops.ech: inequality,OR,LIMIT, and integer literalssql_join.ech: multi-table SQL join over predicate-backed tablessql_self_join.ech: self-join with SQL table aliasessql_order_by.ech: ordered SQL output withORDER BY