T
- The class type of the Transformer implementation itself, used by WithParams
@PublicEvolving public interface Transformer<T extends Transformer<T>>
Modifier and Type | Method and Description |
---|---|
default void |
loadJson(String json) |
default String |
toJson() |
Table |
transform(TableEnvironment tEnv,
Table input)
Applies the transformer on the input table, and returns the result table.
|
get, getParams, set
Table transform(TableEnvironment tEnv, Table input)
tEnv
- the table environment to which the input table is bound.input
- the table to be transformeddefault String toJson()
default void loadJson(String json)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.