Table of Contents

Class THiveRowFormat

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

Properties

RowFormatName

public virtual TObjectName RowFormatName { get; }

Property Value

TObjectName

RowFormatType

public virtual THiveRowFormat.ERowFormatType RowFormatType { get; set; }

Property Value

THiveRowFormat.ERowFormatType

TableProperties

public virtual List<THiveKeyValueProperty> TableProperties { get; }

Property Value

List<THiveKeyValueProperty>

TableRowFormatCollItemsIdentifier

public virtual THiveTerminatedIdentifier TableRowFormatCollItemsIdentifier { get; }

Property Value

THiveTerminatedIdentifier

TableRowFormatFieldIdentifier

public virtual THiveTerminatedIdentifier TableRowFormatFieldIdentifier { get; }

Property Value

THiveTerminatedIdentifier

TableRowFormatLinesIdentifier

public virtual THiveTerminatedIdentifier TableRowFormatLinesIdentifier { get; }

Property Value

THiveTerminatedIdentifier

TableRowFormatMapKeysIdentifier

public virtual THiveTerminatedIdentifier TableRowFormatMapKeysIdentifier { get; }

Property Value

THiveTerminatedIdentifier

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

init(object, object)

public override void init(object arg1, object arg2)

Parameters

arg1 object
arg2 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