Table of Contents

Class THiveIndexProperties

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

Properties

IndexProperties

public virtual List<THiveKeyValueProperty> IndexProperties { get; set; }

Property Value

List<THiveKeyValueProperty>

Methods

accept(TParseTreeVisitor)

public override void accept(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

acceptChildren(TParseTreeVisitor)

public override void acceptChildren(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

init(object)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object