Class Conversion-Operation

Converts the result-set to the expected result type.

Part of:

class unary-operation-node, package cl-perec

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.
flatpInitargs::flatp; Accessors:flatp; Type:boolean.
inputInitargs::input; Accessors:input-of; Type:plan-node.
queryInitargs::query; Accessors:query-of.
result-typeInitform:'list, Initargs::result-type; Accessors:result-type-of; Type:(member 'list 'scroll).

Direct Method

%compile-planCompiles a PLAN to executable lisp code.

Other Method

%optimize-plan