interface HashTableSortedColumn.Context<UR,UC>
undocumented
Extends: TableBase.Context<UR,UC,Tp>
Type parameters
Name | Description |
---|---|
UR | undocumented |
UC | undocumented |
Properties
_fixedKeys
undocumented
_fixedKeys
_types
undocumented
_types
columnContext
The context used for the internal column map instances.
columnContext
rowContext
The context used for the internal row map instances.
rowContext
typeTag
undocumented
typeTag
Methods
builder
Returns an empty builder instance for this type of collection and context.
builder
empty
Returns the (singleton) empty instance of this type and context with given key and value types.
empty
from
Returns an immutable table of this type and context, containing the entries in the given sources
StreamSource
instances.
from
sources
StreamSource
instances.of
Returns an immutable multimap of this collection type and context, containing the given entries
.
of
entries
.reducer
Returns a Reducer
that adds received tuples to a Table and returns the Table as a result. When a source
is given, the reducer will first create a Table from the source, and then add tuples to it.
reducer
Reducer
that adds received tuples to a Table and returns the Table as a result. When a source
is given, the reducer will first create a Table from the source, and then add tuples to it.