public class THiveRowFormat extends TParseTreeNode
| Modifier and Type | Class and Description |
|---|---|
static class |
THiveRowFormat.ERowFormatType |
| Constructor and Description |
|---|
THiveRowFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TParseTreeVisitor v)
Accept a visitor
|
void |
acceptChildren(TParseTreeVisitor v)
Accept a visitor to iterate this class and sub-nodes of this class
|
TObjectName |
getRowFormatName() |
THiveRowFormat.ERowFormatType |
getRowFormatType() |
TPTNodeList<THiveKeyValueProperty> |
getTableProperties() |
THiveTerminatedIdentifier |
getTableRowFormatCollItemsIdentifier() |
THiveTerminatedIdentifier |
getTableRowFormatFieldIdentifier() |
THiveTerminatedIdentifier |
getTableRowFormatLinesIdentifier() |
THiveTerminatedIdentifier |
getTableRowFormatMapKeysIdentifier() |
void |
init(Object arg1)
Initialize a query tree node.
|
void |
init(Object arg1,
Object arg2) |
void |
init(Object arg1,
Object arg2,
Object arg3,
Object arg4) |
void |
setRowFormatType(THiveRowFormat.ERowFormatType rowFormatType) |
addAllMyTokensToTokenList, appendString, doParse, fastSetString, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, removeAllMyTokensFromTokenList, setDummyTag, setEndToken, setEndToken, setEndToken, setEndToken, setGsqlparser, setIncludingComment, setNodeType, setStartToken, setStartToken, setStartToken, setStartToken, setString, toScript, toStringpublic void setRowFormatType(THiveRowFormat.ERowFormatType rowFormatType)
public THiveRowFormat.ERowFormatType getRowFormatType()
public TPTNodeList<THiveKeyValueProperty> getTableProperties()
public TObjectName getRowFormatName()
public void init(Object arg1)
TParseTreeNodeinit in class TParseTreeNodearg1 - first argumentpublic void init(Object arg1, Object arg2)
init in class TParseTreeNodepublic THiveTerminatedIdentifier getTableRowFormatCollItemsIdentifier()
public THiveTerminatedIdentifier getTableRowFormatFieldIdentifier()
public THiveTerminatedIdentifier getTableRowFormatLinesIdentifier()
public THiveTerminatedIdentifier getTableRowFormatMapKeysIdentifier()
public void init(Object arg1, Object arg2, Object arg3, Object arg4)
init in class TParseTreeNodepublic void accept(TParseTreeVisitor v)
TParseTreeNodeaccept in interface Visitableaccept in class TParseTreeNodev - visitor is a descendant class of TParseTreeVisitorpublic void acceptChildren(TParseTreeVisitor v)
TParseTreeNodeacceptChildren in interface VisitableacceptChildren in class TParseTreeNodev - visitor is a descendant class of TParseTreeVisitorCopyright © 2019. All rights reserved.