public class BinaryRowDataKeySelector extends Object implements RowDataKeySelector
| Constructor and Description |
|---|
BinaryRowDataKeySelector(RowDataTypeInfo keyRowType,
GeneratedProjection generatedProjection) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.data.RowData |
getKey(org.apache.flink.table.data.RowData value) |
RowDataTypeInfo |
getProducedType() |
public BinaryRowDataKeySelector(RowDataTypeInfo keyRowType, GeneratedProjection generatedProjection)
public org.apache.flink.table.data.RowData getKey(org.apache.flink.table.data.RowData value)
throws Exception
getKey in interface org.apache.flink.api.java.functions.KeySelector<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>Exceptionpublic RowDataTypeInfo getProducedType()
getProducedType in interface org.apache.flink.api.java.typeutils.ResultTypeQueryable<org.apache.flink.table.data.RowData>getProducedType in interface RowDataKeySelectorCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.