Packages

c

com.nvidia.spark.rapids.tests.udf.hive

EmptyHiveGenericUDF

class EmptyHiveGenericUDF extends GenericUDF

An empty Hive GenericUDF returning the input directly for row-based UDF test only

Linear Supertypes
GenericUDF, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmptyHiveGenericUDF
  2. GenericUDF
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EmptyHiveGenericUDF()

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 checkArgGroups(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: <repeated...>[PrimitiveGrouping]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... ) @transient()
  6. def checkArgPrimitive(arg0: Array[ObjectInspector], arg1: Int): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  7. def checkArgsSize(arg0: Array[ObjectInspector], arg1: Int, arg2: Int): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def close(): Unit
    Definition Classes
    GenericUDF → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  10. def configure(arg0: MapredContext): Unit
    Definition Classes
    GenericUDF
  11. def copyToNewInstance(arg0: Any): Unit
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def evaluate(deferredObjects: Array[DeferredObject]): AnyRef
    Definition Classes
    EmptyHiveGenericUDF → GenericUDF
    Annotations
    @Override()
  15. def flip(): GenericUDF
    Definition Classes
    GenericUDF
  16. def getArgOrder(arg0: Int): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getConstantBooleanValue(arg0: Array[ObjectInspector], arg1: Int): Boolean
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  19. def getConstantIntValue(arg0: Array[ObjectInspector], arg1: Int): Integer
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  20. def getConstantStringValue(arg0: Array[ObjectInspector], arg1: Int): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
  21. def getDateValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Date
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  22. def getDisplayString(strings: Array[String]): String
    Definition Classes
    EmptyHiveGenericUDF → GenericUDF
    Annotations
    @Override()
  23. def getDoubleValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Double
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  24. def getFuncName(): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
  25. def getIntValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Integer
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  26. def getLongValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Long
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  27. def getRequiredFiles(): Array[String]
    Definition Classes
    GenericUDF
  28. def getRequiredJars(): Array[String]
    Definition Classes
    GenericUDF
  29. def getStandardDisplayString(arg0: String, arg1: Array[String], arg2: String): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
  30. def getStandardDisplayString(arg0: String, arg1: Array[String]): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
  31. def getStringValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): String
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  32. def getTimestampValue(arg0: Array[DeferredObject], arg1: Int, arg2: Array[Converter]): Timestamp
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  33. def getUdfName(): String
    Definition Classes
    GenericUDF
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def initialize(arguments: Array[ObjectInspector]): ObjectInspector
    Definition Classes
    EmptyHiveGenericUDF → GenericUDF
    Annotations
    @Override()
  36. def initializeAndFoldConstants(arg0: Array[ObjectInspector]): ObjectInspector
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def negative(): GenericUDF
    Definition Classes
    GenericUDF
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def obtainDateConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  43. def obtainDoubleConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  44. def obtainIntConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  45. def obtainLongConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  46. def obtainStringConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  47. def obtainTimestampConverter(arg0: Array[ObjectInspector], arg1: Int, arg2: Array[PrimitiveCategory], arg3: Array[Converter]): Unit
    Attributes
    protected[generic]
    Definition Classes
    GenericUDF
    Annotations
    @throws( ... )
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from GenericUDF

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped