Class THiveShowSqlNode
- Namespace
- gudusoft.gsqlparser.nodes.hive
- Assembly
- gudusoft.gsqlparser.dll
public class THiveShowSqlNode : TParseTreeNode, Visitable
- Inheritance
-
THiveShowSqlNode
- Implements
-
- Inherited Members
-
Properties
DbName
public virtual TObjectName DbName { get; }
Property Value
- TObjectName
Extended
public virtual bool Extended { get; }
Property Value
- bool
FunctionName
public virtual TObjectName FunctionName { get; }
Property Value
- TObjectName
PartitionSpec
public virtual TPartitionExtensionClause PartitionSpec { get; }
Property Value
- TPartitionExtensionClause
PropertyName
public virtual TObjectName PropertyName { get; }
Property Value
- TObjectName
ShowIdentifier
public virtual TObjectName ShowIdentifier { get; }
Property Value
- TObjectName
ShowOptions
public virtual EHiveDescOption ShowOptions { get; }
Property Value
- EHiveDescOption
ShowType
public virtual EHiveShowType ShowType { get; }
Property Value
- EHiveShowType
TableName
public virtual TObjectName TableName { get; }
Property Value
- TObjectName
TablePartition
public virtual THiveDescTablePartition TablePartition { get; }
Property Value
- THiveDescTablePartition
Methods
init(object, object)
public override void init(object arg1, object arg2)
Parameters
arg1 object
arg2 object
init(object, object, object)
public override void init(object arg1, object arg2, object arg3)
Parameters
arg1 object
arg2 object
arg3 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