public class RollupStatsHelpers
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
numericChunkRollup(water.fvec.C1Chunk c,
long start,
long checksum) |
long |
numericChunkRollup(water.fvec.C1NChunk c,
long start,
long checksum) |
long |
numericChunkRollup(water.fvec.C1SChunk c,
long start,
long checksum) |
long |
numericChunkRollup(water.fvec.C2Chunk c,
long start,
long checksum) |
long |
numericChunkRollup(water.fvec.C2SChunk c,
long start,
long checksum) |
long |
numericChunkRollup(water.fvec.C4Chunk c,
long start,
long checksum) |
long |
numericChunkRollup(water.fvec.C4FChunk c,
long start,
long checksum) |
long |
numericChunkRollup(water.fvec.C4SChunk c,
long start,
long checksum) |
long |
numericChunkRollup(water.fvec.C8Chunk c,
long start,
long checksum) |
long |
numericChunkRollup(water.fvec.C8DChunk c,
long start,
long checksum) |
long |
numericChunkRollup(Chunk c,
long start,
long checksum)
MASTER TEMPLATE - All methods below are COPY & PASTED from this template, and some optimizations are performed based on the chunk types
|
public long numericChunkRollup(Chunk c, long start, long checksum)
c
- start
- checksum
- public long numericChunkRollup(water.fvec.C1Chunk c, long start, long checksum)
public long numericChunkRollup(water.fvec.C1NChunk c, long start, long checksum)
public long numericChunkRollup(water.fvec.C1SChunk c, long start, long checksum)
public long numericChunkRollup(water.fvec.C2Chunk c, long start, long checksum)
public long numericChunkRollup(water.fvec.C2SChunk c, long start, long checksum)
public long numericChunkRollup(water.fvec.C4Chunk c, long start, long checksum)
public long numericChunkRollup(water.fvec.C4FChunk c, long start, long checksum)
public long numericChunkRollup(water.fvec.C4SChunk c, long start, long checksum)
public long numericChunkRollup(water.fvec.C8Chunk c, long start, long checksum)
public long numericChunkRollup(water.fvec.C8DChunk c, long start, long checksum)