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. |
---|---|
collected-expressions | Collected expressions, each expression depends on the grouping expressions. Initargs::collected-expressions; Accessors:collected-expressions-of. |
group-by | List of slot values. Initargs::group-by; Accessors:group-by-of; Type:list. |
input | Initargs::input; Accessors:input-of; Type:plan-node. |
query | Initargs::query; Accessors:query-of. |
%compile-plan | Compiles a PLAN to executable lisp code. |
---|---|
%optimize-plan |