| unary-operation-node | Base class for transformer nodes with one input. |
|---|
| binder | Function that creates a list of bindings
when called with the name of the input record. Initargs::binder; Accessors:binder-of; Type:function. |
|---|---|
| input | Initargs::input; Accessors:input-of; Type:plan-node. |
| query | Initargs::query; Accessors:query-of. |
| variables | Initargs::variables; Accessors:variables-of. |
| %compile-plan | Compiles a PLAN to executable lisp code. |
|---|---|
| %optimize-plan |