Class ChunkStream
java.lang.Object
com.illumon.iris.db.v2.sources.chunk.ChunkStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DoubleStream
of
(DoubleChunk<? extends Attributes.Any> chunk, int offset, int capacity) static IntStream
of
(IntChunk<? extends Attributes.Any> chunk, int offset, int capacity) static LongStream
of
(LongChunk<? extends Attributes.Any> chunk, int offset, int capacity)
-
Constructor Details
-
ChunkStream
public ChunkStream()
-
-
Method Details
-
of
public static DoubleStream of(DoubleChunk<? extends Attributes.Any> chunk, int offset, int capacity) -
of
-
of
-