Sha256: 97539081fc73a6858ff198e82bcfa844bc6ab304c740813f58a0e2d2818800ce

Contents?: true

Size: 418 Bytes

Versions: 9

Compression:

Stored size: 418 Bytes

Contents

Relational extension (additional, computed attributes)

SYNOPSIS

    #(signature)

DESCRIPTION

This operator extends its operand with new attributes whose value is the result 
of evaluating tuple expressions specified in EXT. The latter are specified as 
(name, expression) pairs.

EXAMPLE

    # Compute a few attributes on suppliers by extension
    !(alf extend supplies -- big "qty > 100"  price "qty * 12.2")

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
alf-shell-0.14.0 doc/operators/relational/extend.md
alf-shell-0.13.1 doc/operators/relational/extend.md
alf-0.12.2 doc/operators/relational/extend.md
alf-0.12.1 doc/operators/relational/extend.md
alf-0.12.0 doc/operators/relational/extend.md
alf-0.11.1 doc/operators/relational/extend.md
alf-0.11.0 doc/operators/relational/extend.md
alf-0.10.1 doc/operators/relational/extend.md
alf-0.10.0 doc/operators/relational/extend.md