Object

com.memsql.spark

SQLGen

Related Doc: package spark

Permalink

object SQLGen extends LazyLogging

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

Type Members

  1. case class Attr(a: Attribute) extends Chunk with Product with Serializable

    Permalink
  2. case class BooleanVar(variable: Boolean) extends Var[Boolean] with Product with Serializable

    Permalink
  3. case class ByteVar(variable: Byte) extends Var[Byte] with Product with Serializable

    Permalink
  4. trait Chunk extends Joinable

    Permalink
  5. case class DateVar(variable: Date) extends Var[Date] with Product with Serializable

    Permalink
  6. case class DecimalVar(variable: Decimal) extends Var[Decimal] with Product with Serializable

    Permalink
  7. case class DoubleVar(variable: Double) extends Var[Double] with Product with Serializable

    Permalink
  8. case class FloatVar(variable: Float) extends Var[Float] with Product with Serializable

    Permalink
  9. case class Ident(name: String) extends SQLChunk with Product with Serializable

    Permalink
  10. case class IntVar(variable: Int) extends Var[Int] with Product with Serializable

    Permalink
  11. trait Joinable extends AnyRef

    Permalink
  12. case class LongVar(variable: Long) extends Var[Long] with Product with Serializable

    Permalink
  13. case class Raw(sql: String) extends SQLChunk with Product with Serializable

    Permalink
  14. case class Relation(rawOutput: Seq[Attribute], reader: MemsqlReader, name: String, toLogicalPlan: (Seq[AttributeReference], String, VariableList, Boolean) ⇒ LogicalPlan) extends SQLChunk with Product with Serializable

    Permalink
  15. trait SQLChunk extends Chunk

    Permalink
  16. case class ShortVar(variable: Short) extends Var[Short] with Product with Serializable

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

    Permalink
  18. case class StringVar(variable: String) extends Var[String] with Product with Serializable

    Permalink
  19. case class TimestampVar(variable: Timestamp) extends Var[Timestamp] with Product with Serializable

    Permalink
  20. sealed trait Var[T] extends SQLChunk

    Permalink
  21. type VariableList = List[Var[_]]

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Relation extends Serializable

    Permalink
  5. def alias(j: Joinable, n: String, e: ExprId): Statement

    Permalink
  6. val aliasGen: Iterator[String]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def block(j: Joinable): Statement

    Permalink
  9. def cast(j: Joinable, t: Joinable): Statement

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final val empty: Statement

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val fromLogicalPlan: PartialFunction[LogicalPlan, Statement]

    Permalink
  16. val fromNestedLogicalPlan: PartialFunction[LogicalPlan, Statement]

    Permalink
  17. val fromSingleLimitSort: PartialFunction[LogicalPlan, Statement]

    Permalink
  18. def func(n: String, j: Joinable*): Statement

    Permalink
  19. def func(n: String, j: Joinable): Statement

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. lazy val log: Logger

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

    Permalink
    Definition Classes
    AnyRef
  25. def newStatement(sourcePlan: LogicalPlan): Statement

    Permalink
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. def select(c: Option[Joinable]): Statement

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

    Permalink
  30. def selectAll: Statement

    Permalink
  31. def sqlMapValueCaseInsensitive(value: Joinable, mappings: Map[String, String], default: Joinable): Joinable

    Permalink
  32. implicit def stringToJoinable(s: String): Joinable

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped