Class WebColumnData
java.lang.Object
io.deephaven.web.client.api.barrage.data.WebColumnData
Holds data from or intended for web clients, normalizing over nulls, with helpers to handle typed chunks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply a viewport update directly to this column data.void
ensureCapacity
(long size) void
fillFromChunk
(Chunk<?> data, PrimitiveIterator.OfLong destIterator) Fill a chunk with data from this column.jsinterop.base.Any
get
(long position) Get a value from this column.
-
Constructor Details
-
WebColumnData
public WebColumnData()
-
-
Method Details
-
ensureCapacity
public void ensureCapacity(long size) -
get
public jsinterop.base.Any get(long position) Get a value from this column.- Parameters:
position
- the position of the value to get- Returns:
- the value at the given position
-
fillFromChunk
Fill a chunk with data from this column.- Parameters:
data
- the chunk to fill fromdestIterator
- an iterator of row positions to fill
-