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
RowFormatType
public virtual THiveRowFormat.ERowFormatType RowFormatType { get; set; }
Property Value
TableProperties
public virtual List<THiveKeyValueProperty> TableProperties { get; }
Property Value
TableRowFormatCollItemsIdentifier
public virtual THiveTerminatedIdentifier TableRowFormatCollItemsIdentifier { get; }
Property Value
TableRowFormatFieldIdentifier
public virtual THiveTerminatedIdentifier TableRowFormatFieldIdentifier { get; }
Property Value
TableRowFormatLinesIdentifier
public virtual THiveTerminatedIdentifier TableRowFormatLinesIdentifier { get; }
Property Value
TableRowFormatMapKeysIdentifier
public virtual THiveTerminatedIdentifier TableRowFormatMapKeysIdentifier { get; }
Property Value
Methods
accept(TParseTreeVisitor)
public override void accept(TParseTreeVisitor v)
Parameters
acceptChildren(TParseTreeVisitor)
public override void acceptChildren(TParseTreeVisitor v)
Parameters
init(object)
Initialize a query tree node.
public override void init(object arg1)
Parameters
arg1object
init(object, object)
public override void init(object arg1, object arg2)
Parameters
init(object, object, object, object)
public override void init(object arg1, object arg2, object arg3, object arg4)