Class

com.hortonworks.spark.sql.hive.llap

HiveWarehouseSessionImpl

Related Doc: package llap

Permalink

class HiveWarehouseSessionImpl extends hwc.HiveWarehouseSession

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HiveWarehouseSessionImpl
  2. HiveWarehouseSession
  3. HiveWarehouseSession
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HiveWarehouseSessionImpl(sessionState: HiveWarehouseSessionState)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cleanUpStreamingMeta(queryCheckpointDir: String, dbName: String, tableName: String): Unit

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def close(): Unit

    Permalink
  8. def commitTxn(): Unit

    Permalink
  9. def createDatabase(database: String, ifNotExists: Boolean): Unit

    Permalink
  10. def createTable(tableName: String): CreateTableBuilder

    Permalink
  11. def describeTable(table: String): Dataset[Row]

    Permalink
  12. def dropDatabase(database: String, ifExists: Boolean, cascade: Boolean): Unit

    Permalink
  13. def dropTable(table: String, ifExists: Boolean, purge: Boolean): Unit

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def execute(sql: String): Dataset[Row]

    Permalink
  17. def executeQuery(sql: String, numSplitsToDemand: Int): Dataset[Row]

    Permalink
  18. def executeQuery(sql: String, useSplitsEqualToSparkCores: Boolean): Dataset[Row]

    Permalink
  19. def executeQuery(sql: String): Dataset[Row]

    Permalink
  20. def executeUpdate(sql: String, propagateException: Boolean): Boolean

    Permalink
  21. def executeUpdate(sql: String): Boolean

    Permalink
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[com.hortonworks.spark.sql.hive.llap]
    Definition Classes
    HiveWarehouseSessionImpl → AnyRef
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getJdbcUrlForExecutor(): String

    Permalink
  25. def getSessionId(): String

    Permalink
  26. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  28. def mergeBuilder(): MergeBuilder

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def q(sql: String): Dataset[Row]

    Permalink
  33. def session(): SparkSession

    Permalink
  34. def sessionState(): HiveWarehouseSessionState

    Permalink
  35. def setDatabase(name: String): Unit

    Permalink
  36. def showDatabases(): Dataset[Row]

    Permalink
  37. def showTables(): Dataset[Row]

    Permalink
  38. def sql(queryToFetchData: String): Dataset[Row]

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def table(table: String): Dataset[Row]

    Permalink
  41. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from hwc.HiveWarehouseSession

Inherited from HiveWarehouseSession

Inherited from AnyRef

Inherited from Any

Ungrouped