JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.flink.table.runtime.operators.over.frame
Interface OffsetOverFrame.CalcOffsetFunc
All Superinterfaces:
Serializable
Enclosing class:
OffsetOverFrame
public static interface
OffsetOverFrame.CalcOffsetFunc
extends
Serializable
Calc offset from base row.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
calc
(org.apache.flink.table.data.RowData row)
Method Details
calc
long
calc
(org.apache.flink.table.data.RowData row)