See: Description
| Class | Description |
|---|---|
| AppendableVec |
A NEW single distributed vector column.
|
| ByteVec |
A vector of plain Bytes.
|
| Chunk |
A compression scheme, over a chunk of data - a single array of bytes.
|
| Frame |
A collection of named
Vecs, essentially an R-like Distributed Data Frame. |
| HDFSFileVec |
Vec representation of file stored on HDFS.
|
| NewChunk | |
| NFSFileVec |
A NFS distributed file-backed Vector
|
| RebalanceDataSet |
Created by tomasnykodym on 3/28/14.
|
| RebalanceDataSet.RebalanceTask | |
| TransfVec |
Dummy vector transforming values of given vector according to given domain mapping.
|
| Vec |
A distributed vector/array/column of uniform data.
|
| Vec.CollectDomain |
Collect numeric domain of given vector
A map-reduce task to collect up the unique values of an integer vector
and returned as the domain for the vector.
|
| Vec.VectorGroup |
Class representing the group of vectors.
|