public class LateralView extends TableFunction
type
Constructor and Description |
---|
LateralView(TableFunction tableFunction)
Constructor that creates a LATERAL VIEW 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 LateralView(TableFunction tableFunction)
tableFunction
- The non-null table function to take a lateral view of.public TableFunctor getTableFunctor()
TableFunction
getTableFunctor
in class TableFunction
Copyright © 2021. All rights reserved.