public class Explode extends OuterableTableFunction
outer
type
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()
TableFunction
getTableFunctor
in class TableFunction
Copyright © 2021. All rights reserved.