Class Plan-Node

Part of:

package cl-perec, class sql-query-node, class list-result-node, class unary-operation-node

Direct Subclass

list-result-nodeCreates a result-set from a constant list.
sql-query-nodeCreates a result-set from the records returned by an SQL query.
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.
queryInitargs::query; Accessors:query-of.