Class Sort-Operation

Part of:

package cl-perec, class unary-operation-node

Direct Superclass

unary-operation-nodeBase class for transformer nodes with one input.

Slot

binder
Function that creates a list of bindings when called with the name of the input record.
Initargs::binder; Accessors:binder-of; Type:function.
inputInitargs::input; Accessors:input-of; Type:plan-node.
queryInitargs::query; Accessors:query-of.
sort-spec
List of :ascending/:descending and expression pairs.
Initargs::sort-spec; Accessors:sort-spec-of; Type:list.

Direct Method

%compile-planCompiles a PLAN to executable lisp code.
%optimize-plan