Packages

package hbase

Ordering
  1. Alphabetic
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
    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
    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

    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
  2. object HBaseTableCatalog extends Serializable
    Annotations
    @Public() @nowarn()
  3. object Utils
    Annotations
    @Private()

Ungrouped