Packages

package parser

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. parser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. 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.

  3. trait ParserInterfaceShims extends ParserInterface

Value Members

  1. object ParserInterfaceShims

Inherited from AnyRef

Inherited from Any

Ungrouped