Structs§
- TQL ANALYZE [VERBOSE] (
, , , [lookback]) executes the plan and tells the detailed per-step execution time (similar to SQL ANALYZE). - TQL EVAL (
, , , [lookback]) - TQL EXPLAIN [VERBOSE] [
, , , [lookback]] doesn’t execute the query but tells how the query would be executed (similar to SQL EXPLAIN). - Intermediate structure used to unify parameter mappings for various TQL operations.