Table of Contents

Class THiveDescribeSqlNode

Namespace
gudusoft.gsqlparser.nodes.hive
Assembly
gudusoft.gsqlparser.dll
public class THiveDescribeSqlNode : TParseTreeNode, Visitable
Inheritance
THiveDescribeSqlNode
Implements
Inherited Members

Properties

DbName

public virtual TObjectName DbName { get; }

Property Value

TObjectName

DescribleType

public virtual EHiveDescribleType DescribleType { get; }

Property Value

EHiveDescribleType

FunctionName

public virtual TObjectName FunctionName { get; }

Property Value

TObjectName

TablePartition

public virtual THiveDescTablePartition TablePartition { get; }

Property Value

THiveDescTablePartition

Methods

getDescOption()

public virtual EHiveDescOption getDescOption()

Returns

EHiveDescOption

init(object, object)

public override void init(object arg1, object arg2)

Parameters

arg1 object
arg2 object

setDescOption(TSourceToken)

public virtual void setDescOption(TSourceToken token)

Parameters

token TSourceToken