Package | Description |
---|---|
org.apache.flink.graph.drivers.transform | |
org.apache.flink.graph.types.valuearray | |
org.apache.flink.table.api.dataview | |
org.apache.flink.types |
Modifier and Type | Class and Description |
---|---|
class |
LongValueWithProperHashCode
Fix for
LongValue.hashCode() . |
Modifier and Type | Interface and Description |
---|---|
interface |
ValueArray<T>
Basic interface for array types which reuse objects during serialization.
|
Modifier and Type | Class and Description |
---|---|
class |
ListView<T>
A
DataView that provides List -like functionality in the accumulator of an AggregateFunction or TableAggregateFunction when large amounts of data are expected. |
class |
MapView<K,V>
A
DataView that provides Map -like functionality in the accumulator of an AggregateFunction or TableAggregateFunction when large amounts of data are expected. |
Modifier and Type | Class and Description |
---|---|
class |
Either<L,R>
This type represents a value of one two possible types, Left or Right (a disjoint union),
inspired by Scala's Either type.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.