Class

com.memsql.spark.SQLGen

Statement

Related Doc: package SQLGen

Permalink

case class Statement(list: List[Chunk], output: Seq[AttributeReference] = Nil) extends Joinable with LazyLogging with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, LazyLogging, Joinable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Statement
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. LazyLogging
  7. Joinable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Statement(list: List[Chunk], output: Seq[AttributeReference] = Nil)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(j: Joinable): Statement

    Permalink
    Definition Classes
    StatementJoinable
  4. def +(s: String): Statement

    Permalink
    Definition Classes
    Joinable
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def asLogicalPlan(isFinal: Boolean = false): LogicalPlan

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. lazy val fieldMap: Map[ExprId, Attribute]

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def from(c: Joinable): Statement

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def groupby(c: Option[Joinable]): Statement

    Permalink
  15. def groupby(c: Joinable): Statement

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def join(c: Joinable, joinType: JoinType): Statement

    Permalink
  18. def limit(c: Joinable): Statement

    Permalink
  19. val list: List[Chunk]

    Permalink
  20. lazy val log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def on(c: Option[Joinable]): Statement

    Permalink
  25. def on(c: Joinable): Statement

    Permalink
  26. def orderby(c: Option[Joinable]): Statement

    Permalink
  27. def orderby(c: Joinable): Statement

    Permalink
  28. def output(o: Seq[Attribute], updateFromFieldMap: Boolean = true): Statement

    Permalink
  29. val output: Seq[AttributeReference]

    Permalink
  30. lazy val relations: Seq[Relation]

    Permalink
  31. lazy val reverseList: List[Chunk]

    Permalink
  32. def select(c: Option[Joinable]): Statement

    Permalink
  33. def select(c: Joinable): Statement

    Permalink
  34. def selectAll(): Statement

    Permalink
  35. lazy val sql: String

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. lazy val variables: VariableList

    Permalink
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def where(c: Joinable): Statement

    Permalink
  42. def withLogicalPlanComment(plan: LogicalPlan): Statement

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LazyLogging

Inherited from Joinable

Inherited from AnyRef

Inherited from Any

Ungrouped