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, toString
public void setRowFormatType(THiveRowFormat.ERowFormatType rowFormatType)
public THiveRowFormat.ERowFormatType getRowFormatType()
public TPTNodeList<THiveKeyValueProperty> getTableProperties()
public TObjectName getRowFormatName()
public void init(Object arg1)
TParseTreeNode
init
in class TParseTreeNode
arg1
- first argumentpublic void init(Object arg1, Object arg2)
init
in class TParseTreeNode
public 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 TParseTreeNode
public void accept(TParseTreeVisitor v)
TParseTreeNode
accept
in interface Visitable
accept
in class TParseTreeNode
v
- visitor is a descendant class of TParseTreeVisitor
public void acceptChildren(TParseTreeVisitor v)
TParseTreeNode
acceptChildren
in interface Visitable
acceptChildren
in class TParseTreeNode
v
- visitor is a descendant class of TParseTreeVisitor
Copyright © 2019. All rights reserved.