public class KeyExtractor extends Object implements java.util.function.Function<SeaTunnelRow,String>, Serializable
| 构造器和说明 |
|---|
KeyExtractor() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
apply(SeaTunnelRow row) |
static java.util.function.Function<SeaTunnelRow,String> |
createKeyExtractor(SeaTunnelRowType rowType,
String[] primaryKeys,
String keyDelimiter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic String apply(SeaTunnelRow row)
apply 在接口中 java.util.function.Function<SeaTunnelRow,String>public static java.util.function.Function<SeaTunnelRow,String> createKeyExtractor(SeaTunnelRowType rowType, String[] primaryKeys, String keyDelimiter)
Copyright © 2024 The Apache Software Foundation. All rights reserved.