Class

com.nvidia.spark.rapids

DataWritingCommandRule

Related Doc: package rapids

Permalink

class DataWritingCommandRule[INPUT <: DataWritingCommand] extends ReplacementRule[INPUT, DataWritingCommand, DataWritingCommandMeta[INPUT]]

Holds everything that is needed to replace a DataWritingCommand with a GPU enabled version.

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

Instance Constructors

  1. new DataWritingCommandRule(doWrap: (INPUT, RapidsConf, Option[RapidsMeta[_, _]], DataFromReplacementRule) ⇒ DataWritingCommandMeta[INPUT], desc: String, tag: ClassTag[INPUT])

    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. val checks: Option[TypeChecks[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    ReplacementRule
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def confHelp(asTable: Boolean = false, sparkSQLFunctions: Option[String] = None): Unit

    Permalink
    Definition Classes
    ReplacementRule
  8. def confKey: String

    Permalink
  9. val confKeyPart: String

    Permalink
  10. final def desc(str: String): DataWritingCommandRule.this.type

    Permalink

    Set a description of what the operation does.

    Set a description of what the operation does.

    str

    the description.

    returns

    this for chaining

    Definition Classes
    ReplacementRule
  11. var desc: String

    Permalink

    a description of what this part of the plan does.

    a description of what this part of the plan does.

    Attributes
    protected
    Definition Classes
    ReplacementRule
  12. def description: String

    Permalink
    Definition Classes
    ReplacementRule
  13. final def disabledByDefault(str: String): DataWritingCommandRule.this.type

    Permalink

    Mark this expression as disabled by default.

    Mark this expression as disabled by default.

    str

    a description of why it is disabled by default.

    returns

    this for chaining.

    Definition Classes
    ReplacementRule
  14. def disabledMsg: Option[String]

    Permalink
  15. var doWrap: (INPUT, RapidsConf, Option[RapidsMeta[_, _]], DataFromReplacementRule) ⇒ DataWritingCommandMeta[INPUT]

    Permalink

    wraps a part of the plan in a RapidsMeta for further processing.

    wraps a part of the plan in a RapidsMeta for further processing.

    Attributes
    protected
    Definition Classes
    ReplacementRule
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def getChecks: Option[TypeChecks[_]]

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getClassFor: Class[_]

    Permalink
    Definition Classes
    ReplacementRule
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def incompat(str: String): DataWritingCommandRule.this.type

    Permalink

    Mark this expression as incompatible with the original Spark version

    Mark this expression as incompatible with the original Spark version

    str

    a description of how it is incompatible.

    returns

    this for chaining.

    Definition Classes
    ReplacementRule
  24. def incompatDoc: Option[String]

    Permalink
  25. final def invisible(): DataWritingCommandRule.this.type

    Permalink
    Definition Classes
    ReplacementRule
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def isVisible: Boolean

    Permalink
    Definition Classes
    ReplacementRule
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def notes(): Option[String]

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

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

    Permalink
    Definition Classes
    AnyRef
  32. val operationName: String

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

    Permalink
    Definition Classes
    AnyRef
  34. final val tag: ClassTag[INPUT]

    Permalink

    metadata used to determine what INPUT is at runtime.

    metadata used to determine what INPUT is at runtime.

    Definition Classes
    ReplacementRule
  35. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wrap(op: DataWritingCommand, conf: RapidsConf, parent: Option[RapidsMeta[_, _]], r: DataFromReplacementRule): DataWritingCommandMeta[INPUT]

    Permalink
    Definition Classes
    ReplacementRule
  40. final def wrap(func: (INPUT, RapidsConf, Option[RapidsMeta[_, _]], DataFromReplacementRule) ⇒ DataWritingCommandMeta[INPUT]): DataWritingCommandRule.this.type

    Permalink

    Provide a function that will wrap a spark type in a RapidsMeta instance that is used for conversion to a GPU version.

    Provide a function that will wrap a spark type in a RapidsMeta instance that is used for conversion to a GPU version.

    func

    the function

    returns

    this for chaining.

    Definition Classes
    ReplacementRule

Inherited from DataFromReplacementRule

Inherited from AnyRef

Inherited from Any

Ungrouped