Package

org.apache.spark.sql.datasources

hbase

Permalink

package hbase

Visibility
  1. Public
  2. All

Type Members

  1. case class Field(colName: String, cf: String, col: String, sType: Option[String] = None, avroSchema: Option[String] = None, serdes: Option[SerDes] = None, len: Int = 1) extends Logging with Product with Serializable

    Permalink
    Annotations
    @Private()
  2. case class HBaseTableCatalog(namespace: String, name: String, row: RowKey, sMap: SchemaMap, clusteringMap: Map[String, Seq[String]], params: Map[String, String]) extends Logging with Product with Serializable

    Permalink
    Annotations
    @Private()
  3. case class RowKey(k: String) extends Product with Serializable

    Permalink
    Annotations
    @Private()
  4. case class SchemaMap(map: HashMap[String, Field]) extends Product with Serializable

    Permalink
    Annotations
    @Private()
  5. case class SchemaQualifierDefinition(columnName: String, colType: String, columnFamily: String, qualifier: String) extends Product with Serializable

    Permalink

    Construct to contains column data that spend SparkSQL and HBase

    Construct to contains column data that spend SparkSQL and HBase

    columnName

    SparkSQL column name

    colType

    SparkSQL column type

    columnFamily

    HBase column family

    qualifier

    HBase qualifier name

    Annotations
    @Private()

Value Members

  1. object DataTypeParserWrapper

    Permalink
  2. object HBaseTableCatalog extends Serializable

    Permalink
    Annotations
    @Public()
  3. object Utils

    Permalink
    Annotations
    @Private()

Ungrouped