Object

com.singlestore.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, context: SQLGenContext) 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 ExpressionExtractor(context: SQLGenContext) extends Product with Serializable

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

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

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

    Permalink
  12. trait Joinable extends AnyRef

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

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

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

    Permalink
  16. trait SQLChunk extends Chunk

    Permalink
  17. case class SQLGenContext(normalizedExprIdMap: HashMap[ExprId, Int], singlestoreVersion: SinglestoreVersion) extends Product with Serializable

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

    Permalink
  19. case class SinglestoreVersion(major: Int, minor: Int, patch: Int) extends Product with Serializable

    Permalink
  20. case class SortPredicates(expressionExtractor: ExpressionExtractor) extends Product with Serializable

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

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

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

    Permalink
  24. sealed trait Var[T] extends SQLChunk

    Permalink
  25. 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. object SQLGenContext extends Serializable

    Permalink
  6. object SinglestoreVersion extends Serializable

    Permalink
  7. def alias(j: Joinable, n: String, e: ExprId, context: SQLGenContext): Statement

    Permalink
  8. final def asInstanceOf[T0]: T0

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

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

    Permalink
  11. def clone(): AnyRef

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

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

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

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

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

    Permalink
  17. def fromNestedLogicalPlan(expressionExtractor: ExpressionExtractor): PartialFunction[LogicalPlan, Statement]

    Permalink
  18. def fromSingleLimitSort(expressionExtractor: ExpressionExtractor): PartialFunction[LogicalPlan, Statement]

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  24. lazy val log: Logger

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

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

    Permalink
  27. final def notify(): Unit

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

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

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

    Permalink
  31. def selectAll: Statement

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

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

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

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

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

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

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

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

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped