public class UDTFDesc extends AbstractOperatorDesc
opProps, opTraits, statistics, vectorMode
Constructor and Description |
---|
UDTFDesc() |
UDTFDesc(GenericUDTF genericUDTF,
boolean outerLV) |
Modifier and Type | Method and Description |
---|---|
GenericUDTF |
getGenericUDTF() |
String |
getUDTFName() |
String |
isOuterLateralView() |
boolean |
isOuterLV() |
void |
setGenericUDTF(GenericUDTF genericUDTF) |
void |
setOuterLV(boolean outerLV) |
clone, getOpProps, getStatistics, getTraits, getVectorMode, setOpProps, setStatistics, setTraits, setVectorMode
public UDTFDesc()
public UDTFDesc(GenericUDTF genericUDTF, boolean outerLV)
public GenericUDTF getGenericUDTF()
public void setGenericUDTF(GenericUDTF genericUDTF)
public String getUDTFName()
public boolean isOuterLV()
public void setOuterLV(boolean outerLV)
public String isOuterLateralView()
Copyright © 2017 The Apache Software Foundation. All rights reserved.