public class Explode extends OuterableTableFunction
outertype| Constructor and Description |
|---|
Explode(Expression field,
String keyAlias,
String valueAlias,
boolean outer)
Constructor that creates an EXPLODE table function.
|
| Modifier and Type | Method and Description |
|---|---|
TableFunctor |
getTableFunctor()
Gets a new instance of a table functor for this table function.
|
String |
toString() |
public Explode(Expression field, String keyAlias, String valueAlias, boolean outer)
field - The non-null field to explode.keyAlias - The non-null alias for the key column of the exploded field.valueAlias - The alias for the value column of the exploded field.outer - The outer option.public TableFunctor getTableFunctor()
TableFunctiongetTableFunctor in class TableFunctionCopyright © 2021. All rights reserved.