Package

com.actian.spark_vector

sql

Permalink

package sql

Implements SparkSQL API, including a BaseRelation and a RelationProvider

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

Type Members

  1. class DefaultSource extends DataSourceRegister with RelationProvider with SchemaRelationProvider with CreatableRelationProvider with Logging

    Permalink
  2. case class HiveTable(tableName: String) extends SparkSqlTable with Product with Serializable

    Permalink
  3. sealed trait SparkSqlTable extends AnyRef

    Permalink
  4. case class TableRef(host: String, instance: String, database: String, user: Option[String], password: Option[String], table: String, cols: Seq[String]) extends Product with Serializable

    Permalink

    A reference to a Vector table

  5. class TempTable extends SparkSqlTable

    Permalink

Value Members

  1. object TableRef extends Serializable

    Permalink
  2. object TempTable

    Permalink
  3. def colsSelectStatement(cols: Option[Seq[String]]): String

    Permalink
  4. def sparkQuote(name: String): String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped