plan-node |
---|
conversion-operation | Converts the result-set to the expected result type. |
---|---|
delete-operation | |
filter-operation | Filters the result-set by a boolean condition. |
group-operation | Groups records and computes aggregate functions. |
projection-operation | Computes a function of the input record. |
sort-operation | |
unique-operation | Make the records of the result-set unique. |
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. |
%optimize-plan |
---|