class TransformerApiImpl extends TransformerApi with Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransformerApiImpl
- Logging
- TransformerApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TransformerApiImpl()
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
createCheckOverflowExprNode(args: AnyRef, substraitExprName: String, childNode: ExpressionNode, dataType: DecimalType, nullable: Boolean, nullOnOverflow: Boolean): ExpressionNode
- Definition Classes
- TransformerApiImpl → TransformerApi
-
def
createDateDiffParamList(start: ExpressionNode, end: ExpressionNode): Iterable[ExpressionNode]
- Definition Classes
- TransformerApiImpl → TransformerApi
-
def
createLikeParamList(left: ExpressionNode, right: ExpressionNode, escapeChar: ExpressionNode): Iterable[ExpressionNode]
- Definition Classes
- TransformerApiImpl → TransformerApi
-
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] )
-
def
genInputPartitionSeq(relation: HadoopFsRelation, selectedPartitions: Array[PartitionDirectory], output: Seq[Attribute], bucketedScan: Boolean, optionalBucketSet: Option[BitSet], optionalNumCoalescedBuckets: Option[Int], disableBucketedScan: Boolean): Seq[InputPartition]
Generate Seq[InputPartition] for FileSourceScanExecTransformer.
Generate Seq[InputPartition] for FileSourceScanExecTransformer.
- Definition Classes
- TransformerApiImpl → TransformerApi
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getNativePlanString(substraitPlan: Array[Byte], details: Boolean): String
- Definition Classes
- TransformerApiImpl → TransformerApi
-
def
getPlanOutput(plan: SparkPlan): Seq[Attribute]
- Definition Classes
- TransformerApi
-
def
getSupportExpressionClassName: Set[String]
- Definition Classes
- TransformerApi
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logName: String
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
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()
-
def
postProcessNativeConfig(nativeConfMap: Map[String, String], backendPrefix: String): Unit
- Definition Classes
- TransformerApiImpl → TransformerApi
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validateColumnarShuffleExchangeExec(outputPartitioning: Partitioning, child: SparkPlan): Boolean
Do validate for ColumnarShuffleExchangeExec.
Do validate for ColumnarShuffleExchangeExec.
- Definition Classes
- TransformerApiImpl → TransformerApi
-
def
validateGenerator(generator: Generator, outer: Boolean): ValidationResult
- Definition Classes
- TransformerApiImpl → TransformerApi
-
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()