public class Fun3Column<X,Y,Z,T> extends FunColumnBase<T>
Modifier and Type | Class and Description |
---|---|
class |
Fun3Column.FunChunk
Pretends to be a chunk of a column, for distributed calculations.
|
Constructor and Description |
---|
Fun3Column()
deserialization :(
|
Fun3Column(Function3<X,Y,Z,T> f,
Column<X> xs,
Column<Y> ys,
Column<Z> zs) |
Modifier and Type | Method and Description |
---|---|
TypedChunk<T> |
chunkAt(int i) |
boolean |
equals(java.lang.Object o) |
T |
get(long idx) |
int |
hashCode() |
boolean |
isNA(long idx) |
int |
rowLayout() |
java.lang.String |
toString() |
apply, apply, size, vec
isCompatibleWith
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
finalize, getClass, notify, notifyAll, wait, wait, wait
isCompatibleWith
public int rowLayout()
public T get(long idx)
get
in class FunColumnBase<T>
public TypedChunk<T> chunkAt(int i)
public boolean isNA(long idx)
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