Sha256: 2e155bf8a829ec1ffdbb917a4659e4fea24423a440a5c9147db040986acaed53

Contents?: true

Size: 519 Bytes

Versions: 9

Compression:

Stored size: 519 Bytes

Contents

Relational summarization (group-by + aggregate ops)

SYNOPSIS

    #(signature)

OPTIONS

    #(summarized_options)

DESCRIPTION

This operator summarizes input tuples over a projection given by BY. 
SUMMARIZATION is a mapping between attribute names and summarizing 
expressions.

With the allbut option, the operator uses all attributes not specified 
in BY as the projection key.

EXAMPLE

    # Compute the sum of supplied quantities, by supplier id
    !(alf summarize supplies -- sid -- total_qty "sum{ qty }")

Version data entries

9 entries across 9 versions & 2 rubygems

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