public class AstGroup extends AstPrimitive
| Modifier and Type | Class and Description |
|---|---|
static class |
AstGroup.AGG |
static class |
AstGroup.FCN |
static class |
AstGroup.G |
static class |
AstGroup.GBTask |
static class |
AstGroup.NAHandling |
| Modifier and Type | Field and Description |
|---|---|
int |
_totMedianCols |
| Constructor and Description |
|---|
AstGroup() |
| Modifier and Type | Method and Description |
|---|---|
static AstGroup.AGG[] |
aggNRows() |
ValFrame |
apply(Env env,
Env.StackHelp stk,
AstRoot[] asts)
Primary method to invoke this function, passing all the parameters
as the `asts` list.
|
java.lang.String[] |
args()
List of argument names.
|
static Frame |
buildOutput(int[] gbCols,
int noutCols,
Frame fr,
java.lang.String[] fcnames,
int ngrps,
MRTask mrfill) |
static AstNumList |
check(long dstX,
AstRoot ast) |
static IcedHashMap<AstGroup.G,java.lang.String> |
doGroups(Frame fr,
int[] gbCols,
AstGroup.AGG[] aggs) |
static IcedHashMap<AstGroup.G,java.lang.String> |
doGroups(Frame fr,
int[] gbCols,
AstGroup.AGG[] aggs,
int medianCount) |
int |
nargs()
Number of function's arguments + 1.
|
java.lang.String |
str()
String representation of this Ast object in the Rapids language.
|
description, example, execasBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSONpublic int nargs()
AstPrimitivenargs in class AstPrimitivepublic java.lang.String[] args()
AstPrimitiveargs in class AstPrimitivepublic java.lang.String str()
AstRootAstPrimitives this is the name of the function; for
AstParameters this is either the name of the variable, or the
value of the numeric constant that the parameter represents. For more
complicated constructs such as AstExec or AstFunction
this method should return those objects as a Rapids string.public ValFrame apply(Env env, Env.StackHelp stk, AstRoot[] asts)
AstPrimitivePrimary method to invoke this function, passing all the parameters as the `asts` list.
apply in class AstPrimitiveenv - Current execution environment. Variables are looked up here.stk - TODO need clarificationasts - List of AstRoot expressions that are arguments to the
function. First element in this list is the function itself.public static AstNumList check(long dstX, AstRoot ast)
public static IcedHashMap<AstGroup.G,java.lang.String> doGroups(Frame fr, int[] gbCols, AstGroup.AGG[] aggs)
public static IcedHashMap<AstGroup.G,java.lang.String> doGroups(Frame fr, int[] gbCols, AstGroup.AGG[] aggs, int medianCount)
public static AstGroup.AGG[] aggNRows()