JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.apache.flink.table.data.utils
package
org.apache.flink.table.data.utils
Related Packages
Package
Description
org.apache.flink.table.data
org.apache.flink.table.data.binary
org.apache.flink.table.data.columnar
All Classes and Interfaces
Interfaces
Classes
Class
Description
CastExecutor
<IN,
OUT>
Interface to model a function that performs the casting of a value from one type to another.
JoinedRowData
An implementation of
RowData
which is backed by two concatenated
RowData
.
ProjectedRowData
An implementation of
RowData
which provides a projected view of the underlying
RowData
.