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 createDatabase(database: String): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  23. def finalize(): Unit

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

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

    Permalink
  26. def getSessionId(): String

    Permalink
  27. def hashCode(): Int

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

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

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

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

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

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

    Permalink
  34. def session(): SparkSession

    Permalink
  35. def sessionState(): HiveWarehouseSessionState

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

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

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

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

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

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

    Permalink
  42. def toString(): String

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. 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