package parser
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- parser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class CompoundBody(collection: Seq[CompoundPlanStatement]) extends CompoundPlanStatement with Product with Serializable
Logical operator for a compound body.
Logical operator for a compound body. Contains all statements within the compound body.
- collection
Collection of statements within the compound body.
- sealed trait CompoundPlanStatement extends AnyRef
Trait for all SQL Scripting logical operators that are product of parsing phase.
Trait for all SQL Scripting logical operators that are product of parsing phase. These operators will be used by the SQL Scripting interpreter to generate execution nodes.
- trait ParserInterfaceShims extends ParserInterface
Value Members
- object ParserInterfaceShims