public final class BaseRowUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
ACCUMULATE_MSG
Indicates the row as an accumulate message.
|
static byte |
RETRACT_MSG
Indicates the row as a retraction message.
|
| Constructor and Description |
|---|
BaseRowUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAccumulateMsg(BaseRow baseRow) |
static boolean |
isRetractMsg(BaseRow baseRow) |
static BaseRow |
setAccumulate(BaseRow baseRow) |
static BaseRow |
setRetract(BaseRow baseRow) |
static GenericRow |
toGenericRow(BaseRow baseRow,
org.apache.flink.table.types.logical.LogicalType[] types) |
public static final byte ACCUMULATE_MSG
public static final byte RETRACT_MSG
public static boolean isAccumulateMsg(BaseRow baseRow)
public static boolean isRetractMsg(BaseRow baseRow)
public static GenericRow toGenericRow(BaseRow baseRow, org.apache.flink.table.types.logical.LogicalType[] types)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.