Class THiveAnalyzeSqlNode
- Namespace
- gudusoft.gsqlparser.nodes.hive
- Assembly
- gudusoft.gsqlparser.dll
public class THiveAnalyzeSqlNode : TParseTreeNode, Visitable
- Inheritance
-
THiveAnalyzeSqlNode
- Implements
- Inherited Members
Properties
Columns
public virtual TObjectNameList Columns { get; }
Property Value
FromTable
public virtual TFromTable FromTable { get; }
Property Value
NoScan
public virtual bool NoScan { get; }
Property Value
PartitionScan
public virtual bool PartitionScan { 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)