@Internal public abstract class IndexGeneratorBase extends Object
IndexGenerator.| Constructor and Description |
|---|
IndexGeneratorBase(String index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
generate(org.apache.flink.table.data.RowData row)
Generate index name according to the given row.
|
int |
hashCode() |
default void |
open()
Initialize the index generator, this will be called only once before
generate(RowData) is called. |
protected final String index
public IndexGeneratorBase(String index)
public void open()
generate(RowData) is called.public String generate(org.apache.flink.table.data.RowData row)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.