Sha256: f2b74d02efcb79ca99e4c5057e1b8d7cb169899d3dc60b1a05cc6a740cfaf0f5

Contents?: true

Size: 396 Bytes

Versions: 2

Compression:

Stored size: 396 Bytes

Contents

Relational heading inference (print the relation type)

SYNOPSIS

    #(signature)

DESCRIPTION

This operator simply outputs a relation containing one tuple: the heading of 
its operand. 

EXAMPLE

    # What is the heading of the `suppliers` relation?
    !(alf infer-heading suppliers)

    # What is the heading of the following join?
    !(alf join suppliers supplies | alf infer-heading)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alf-shell-0.14.0 doc/operators/relational/infer-heading.md
alf-shell-0.13.1 doc/operators/relational/infer-heading.md