class HiveProviderImpl extends HiveProviderCmdShims
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HiveProviderImpl
- HiveProviderCmdShims
- HiveProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HiveProviderImpl()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createFunction(a: HiveGenericUDF): GenericUDF
- Definition Classes
- HiveProviderCmdShims
-
def
createFunction(a: HiveSimpleUDF): UDF
- Definition Classes
- HiveProviderCmdShims
- Annotations
- @nowarn()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDataWriteCmds: Map[Class[_ <: DataWritingCommand], DataWritingCommandRule[_ <: DataWritingCommand]]
Builds the data writing command rules that are specific to spark-hive Catalyst nodes.
Builds the data writing command rules that are specific to spark-hive Catalyst nodes.
- Definition Classes
- HiveProviderCmdShims → HiveProvider
-
def
getExecs: Map[Class[_ <: SparkPlan], ExecRule[_ <: SparkPlan]]
Getter for Execs that are specific to Hive.
Getter for Execs that are specific to Hive.
- Definition Classes
- HiveProviderImpl → HiveProvider
-
def
getExprs: Map[Class[_ <: Expression], ExprRule[_ <: Expression]]
Builds the expression rules that are specific to spark-hive Catalyst nodes.
Builds the expression rules that are specific to spark-hive Catalyst nodes.
- Definition Classes
- HiveProviderImpl → HiveProvider
-
def
getRunnableCmds: Map[Class[_ <: RunnableCommand], RunnableCommandRule[_ <: RunnableCommand]]
- Definition Classes
- HiveProviderCmdShims → HiveProvider
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()