tpipe
has three main sets of arguments: input table
specifier, filter specifiers, and mode specifier.
You can think of it like a
unix pipeline, with the table starting at the left (as specified
with the input table specifier), progressing through processing
stages in order as specified by the filter specifiers, and
ending up at the mode specifier which does something with the
processed table.