c

io.glutenproject.backendsapi.velox

TransformerApiImpl

class TransformerApiImpl extends TransformerApi with Logging

Linear Supertypes
Logging, TransformerApi, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TransformerApiImpl
  2. Logging
  3. TransformerApi
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TransformerApiImpl()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def createCheckOverflowExprNode(args: AnyRef, substraitExprName: String, childNode: ExpressionNode, dataType: DecimalType, nullable: Boolean, nullOnOverflow: Boolean): ExpressionNode
    Definition Classes
    TransformerApiImpl → TransformerApi
  7. def createDateDiffParamList(start: ExpressionNode, end: ExpressionNode): Iterable[ExpressionNode]
    Definition Classes
    TransformerApiImpl → TransformerApi
  8. def createLikeParamList(left: ExpressionNode, right: ExpressionNode, escapeChar: ExpressionNode): Iterable[ExpressionNode]
    Definition Classes
    TransformerApiImpl → TransformerApi
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. 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
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getNativePlanString(substraitPlan: Array[Byte], details: Boolean): String
    Definition Classes
    TransformerApiImpl → TransformerApi
  15. def getPlanOutput(plan: SparkPlan): Seq[Attribute]
    Definition Classes
    TransformerApi
  16. def getSupportExpressionClassName: Set[String]
    Definition Classes
    TransformerApi
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  19. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  22. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  23. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  27. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  30. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def postProcessNativeConfig(nativeConfMap: Map[String, String], backendPrefix: String): Unit
    Definition Classes
    TransformerApiImpl → TransformerApi
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def validateColumnarShuffleExchangeExec(outputPartitioning: Partitioning, child: SparkPlan): Boolean

    Do validate for ColumnarShuffleExchangeExec.

    Do validate for ColumnarShuffleExchangeExec.

    Definition Classes
    TransformerApiImpl → TransformerApi
  41. def validateGenerator(generator: Generator, outer: Boolean): ValidationResult
    Definition Classes
    TransformerApiImpl → TransformerApi
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Logging

Inherited from TransformerApi

Inherited from AnyRef

Inherited from Any

Ungrouped