public static class AstGroup.G extends Iced
Modifier and Type | Field and Description |
---|---|
double[][] |
_dss |
double[] |
_gs |
long[] |
_ns |
Constructor and Description |
---|
AstGroup.G(int ncols,
AstGroup.AGG[] aggs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
AstGroup.G |
fill(int row,
Chunk[] chks,
int[] cols) |
protected int |
hash() |
int |
hashCode() |
java.lang.String |
toString() |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
public final double[] _gs
public final double[][] _dss
public final long[] _ns
public AstGroup.G(int ncols, AstGroup.AGG[] aggs)
public AstGroup.G fill(int row, Chunk[] chks, int[] cols)
protected int hash()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object