Table of Contents

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

TObjectNameList

FromTable

public virtual TFromTable FromTable { get; }

Property Value

TFromTable

NoScan

public virtual bool NoScan { get; }

Property Value

bool

PartitionScan

public virtual bool PartitionScan { get; }

Property Value

bool

Methods

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object

init(object, object, object, object)

public override void init(object arg1, object arg2, object arg3, object arg4)

Parameters

arg1 object
arg2 object
arg3 object
arg4 object