public class CdcRecordPartitionKeyExtractor extends Object implements PartitionKeyExtractor<CdcRecord>
Constructor and Description |
---|
CdcRecordPartitionKeyExtractor(TableSchema schema) |
Modifier and Type | Method and Description |
---|---|
BinaryRow |
partition(CdcRecord record) |
BinaryRow |
trimmedPrimaryKey(CdcRecord record) |
public CdcRecordPartitionKeyExtractor(TableSchema schema)
public BinaryRow partition(CdcRecord record)
partition
in interface PartitionKeyExtractor<CdcRecord>
public BinaryRow trimmedPrimaryKey(CdcRecord record)
trimmedPrimaryKey
in interface PartitionKeyExtractor<CdcRecord>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.