Class THiveShowGrantSqlNode
- Namespace
- gudusoft.gsqlparser.nodes.hive
- Assembly
- gudusoft.gsqlparser.dll
public class THiveShowGrantSqlNode : TParseTreeNode, Visitable
- Inheritance
-
THiveShowGrantSqlNode
- Implements
- Inherited Members
Properties
Columns
public virtual TObjectNameList Columns { get; }
Property Value
PartitionSpec
public virtual TPartitionExtensionClause PartitionSpec { get; }
Property Value
PrincipalName
public virtual THivePrincipalName PrincipalName { get; }
Property Value
TableName
public virtual TObjectName TableName { get; }
Property Value
TableToken
public virtual TSourceToken TableToken { get; }
Property Value
Methods
init(object)
Initialize a query tree node.
public override void init(object arg1)
Parameters
arg1object
init(object, object, object, object)
public override void init(object arg1, object arg2, object arg3, object arg4)
Parameters
init(object, object, object, object, object)
public override void init(object arg1, object arg2, object arg3, object arg4, object arg5)