public class Fun2Column<X,Y,Z> extends FunColumnBase<Z>
Modifier and Type | Class and Description |
---|---|
class |
Fun2Column.FunChunk
Pretends to be a chunk of a column, for distributed calculations.
|
Constructor and Description |
---|
Fun2Column()
deserialization :(
|
Fun2Column(Function2<X,Y,Z> f,
Column<X> xs,
Column<Y> ys) |
Modifier and Type | Method and Description |
---|---|
TypedChunk<Z> |
chunkAt(int i) |
boolean |
equals(java.lang.Object o) |
Z |
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 Z get(long idx)
get
in class FunColumnBase<Z>
public TypedChunk<Z> 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