body { margin:0px; background-color:#fff } a:visited { color:#8b0000; text-decoration:underline } .FWExtra { } .FWExtra a:link { text-decoration: none; } .FWExtra a:active { text-decoration: none; } .FWExtra a:visited { text-decoration: none; } .FWExtra a:hover { text-decoration: underline; } -->
an overview of the ratcl api See the introduction for general concepts and usage examples. | ||||||
Result: | ||
View creation: | ||
view columns {items ...} | view | |
View cleanup: | ||
rename cmdname {} | ||
Combining views: | ||
view concat view2 | view | |
Disecting a view: | ||
view maprow {rowindex ...} | view | |
Relational operations: | ||
view project {colname ...} | view | |
Set operations: | ||
view union view2 | view | |
Transformations: | ||
view filter condition ?param ...? | view | |
Informational | ||
view rows | integer | |
Data extraction: | ||
view at rowindex colname | item | |
Modifying a view: | ||
view set rowindex colname item | item |