Class Unique-Operation

Make the records of the result-set unique.

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.

Direct Method

%compile-planCompiles a PLAN to executable lisp code.

Other Method

%optimize-plan