| Class | Description |
|---|---|
| AST |
Each node in the syntax tree knows how to parse a piece of text from the passed tree.
|
| ASTApply |
R's `apply`
|
| ASTddply |
plyr's ddply: GroupBy by any other name.
|
| ASTddply.Group | |
| ASTFunc |
Functions will always have all of their arguments fully specified (even if that means they are filled with null).
|
| ASTGroupBy |
GROUPBY: Single pass aggregation by columns.
|
| ASTGroupBy.G | |
| ASTGroupBy.GBTask | |
| ASTGroupBy.IcedNBHS<T extends Iced> | |
| ASTGroupBy.ParallelPostGlobal | |
| ASTMerge |
plyr's merge: Join by any other name.
|
| ASTOp |
Parse a generic R string and build an AST, in the context of an H2O Cloud
|
| ASTQPFPC |
Created by spencer on 5/2/15.
|
| ASTStringOps | |
| Env |
Execute a set of instructions in the context of an H2O cloud.
|
| Exec |
Exec is an interpreter of abstract syntax trees.
|