Class Filter-Operation

Filters the result-set by a boolean condition.

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.
%optimize-plan