org.apache.spark.sql.datasources

hbase

package hbase

Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

    Construct to contains column data that spend SparkSQL and HBase

Value Members

  1. object DataTypeParserWrapper

  2. object HBaseTableCatalog extends Serializable

    Annotations
    @Public()
  3. object Utils

    Annotations
    @Private()

Ungrouped