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