com.tuplejump.calliope.sql

CassandraAwareSQLContextFunctions

trait CassandraAwareSQLContextFunctions extends AnyRef

Self Type
CassandraAwareSQLContextFunctions with SQLContext
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CassandraAwareSQLContextFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. def allCassandraTables(host: String = cassandraHost, port: String = cassandraNativePort, username: Option[String] = cassandraUsername, password: Option[String] = cassandraPassword, mayUseStargate: Boolean = false): Unit

    Register all the Cassandra keyspace and tables with SparkSQL

    Register all the Cassandra keyspace and tables with SparkSQL

    host

    Host to initiate connection with

    port

    Native Cassandra transport port

    username

    Username of the user with access to Cassandra cluster

    password

    Password of the user to connect to Cassandra

    mayUseStargate

    Should we be using stargate index for data filtering

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val cassandraProperties: CassandraProperties

  9. def cassandraTable(host: String, port: String, keyspace: String, table: String, username: Option[String], password: Option[String], mayUseStargate: Boolean): SchemaRDD

  10. def cassandraTable(host: String, port: String, keyspace: String, table: String, username: String, password: String, mayUseStargate: Boolean): SchemaRDD

    Create an SchemaRDD for the mentioned Cassandra Table

    Create an SchemaRDD for the mentioned Cassandra Table

    host

    Initial node in the cassandra cluster to connect to

    port

    The Cassandra Native transport port

    keyspace

    Keyspace to connect to

    table

    Table to connect to

    username

    Username of the user with access to Cassandra cluster

    password

    Password of the user to connect to Cassandra

    mayUseStargate

    Should this SchemaRDD use Stargate for applying predicates

    returns

  11. def cassandraTable(host: String, port: String, keyspace: String, table: String, mayUseStargate: Boolean): SchemaRDD

    Create an SchemaRDD for the mentioned Cassandra Table

    Create an SchemaRDD for the mentioned Cassandra Table

    host

    Initial node in the cassandra cluster to connect to

    port

    The Cassandra Native transport port

    keyspace

    Keyspace to connect to

    table

    Table to connect to

    mayUseStargate

    Should this SchemaRDD use Stargate for applying predicates

    returns

  12. def cassandraTable(keyspace: String, table: String, mayUseStargate: Boolean): SchemaRDD

    Create an SchemaRDD for the mentioned Cassandra Table using configured host and port

    Create an SchemaRDD for the mentioned Cassandra Table using configured host and port

    keyspace

    Keyspace to connect to

    table

    Table to connect to

    mayUseStargate

    Should this SchemaRDD use Stargate for applying predicates

    returns

  13. def cassandraTable(keyspace: String, table: String): SchemaRDD

    Create an SchemaRDD for the mentioned Cassandra Table using configured host and port

    Create an SchemaRDD for the mentioned Cassandra Table using configured host and port

    keyspace

    Keyspace to connect to

    table

    Table to connect to

    returns

  14. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped