Class

org.apache.spark.sql.datafu.types

ExtramumValueByKey

Related Doc: package types

Permalink

abstract class ExtramumValueByKey extends DeclarativeAggregate with ExpectsInputTypes

Linear Supertypes
ExpectsInputTypes, DeclarativeAggregate, Unevaluable, Serializable, Serializable, AggregateFunction, Expression, TreeNode[Expression], Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtramumValueByKey
  2. ExpectsInputTypes
  3. DeclarativeAggregate
  4. Unevaluable
  5. Serializable
  6. Serializable
  7. AggregateFunction
  8. Expression
  9. TreeNode
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExtramumValueByKey(child1: Expression, child2: Expression, bComp: (Expression, Expression) ⇒ BinaryComparison)

    Permalink

Type Members

  1. implicit class RichAttribute extends AnyRef

    Permalink
    Definition Classes
    DeclarativeAggregate

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  2. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

Concrete 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. lazy val aggBufferAttributes: Seq[AttributeReference]

    Permalink
    Definition Classes
    ExtramumValueByKey → AggregateFunction
  5. final def aggBufferSchema: StructType

    Permalink
    Definition Classes
    DeclarativeAggregate → AggregateFunction
  6. def apply(number: Int): TreeNode[_]

    Permalink
    Definition Classes
    TreeNode
  7. def argString: String

    Permalink
    Definition Classes
    TreeNode
  8. def asCode: String

    Permalink
    Definition Classes
    TreeNode
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. lazy val canonicalized: Expression

    Permalink
    Definition Classes
    Expression
  11. def checkInputDataTypes(): TypeCheckResult

    Permalink
    Definition Classes
    ExtramumValueByKey → ExpectsInputTypes → Expression
  12. def children: Seq[Expression]

    Permalink
    Definition Classes
    ExtramumValueByKey → TreeNode
  13. def childrenResolved: Boolean

    Permalink
    Definition Classes
    Expression
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def collect[B](pf: PartialFunction[Expression, B]): Seq[B]

    Permalink
    Definition Classes
    TreeNode
  16. def collectFirst[B](pf: PartialFunction[Expression, B]): Option[B]

    Permalink
    Definition Classes
    TreeNode
  17. def collectLeaves(): Seq[Expression]

    Permalink
    Definition Classes
    TreeNode
  18. lazy val containsChild: Set[TreeNode[_]]

    Permalink
    Definition Classes
    TreeNode
  19. def dataType: DataType

    Permalink
    Definition Classes
    ExtramumValueByKey → Expression
  20. def defaultResult: Option[Literal]

    Permalink
    Definition Classes
    AggregateFunction
  21. lazy val deterministic: Boolean

    Permalink
    Definition Classes
    Expression
  22. final def doGenCode(ctx: CodegenContext, ev: ExprCode): ExprCode

    Permalink
    Attributes
    protected
    Definition Classes
    Unevaluable → Expression
  23. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def eval(input: InternalRow): Any

    Permalink
    Definition Classes
    Unevaluable → Expression
  26. lazy val evaluateExpression: AttributeReference

    Permalink
    Definition Classes
    ExtramumValueByKey → DeclarativeAggregate
  27. def fastEquals(other: TreeNode[_]): Boolean

    Permalink
    Definition Classes
    TreeNode
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def find(f: (Expression) ⇒ Boolean): Option[Expression]

    Permalink
    Definition Classes
    TreeNode
  30. def flatArguments: Iterator[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    Expression
  31. def flatMap[A](f: (Expression) ⇒ TraversableOnce[A]): Seq[A]

    Permalink
    Definition Classes
    TreeNode
  32. final def foldable: Boolean

    Permalink
    Definition Classes
    AggregateFunction → Expression
  33. def foreach(f: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeNode
  34. def foreachUp(f: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeNode
  35. def genCode(ctx: CodegenContext): ExprCode

    Permalink
    Definition Classes
    Expression
  36. def generateTreeString(depth: Int, lastChildren: Seq[Boolean], builder: StringBuilder, verbose: Boolean, prefix: String, addSuffix: Boolean): StringBuilder

    Permalink
    Definition Classes
    TreeNode
  37. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  38. def hashCode(): Int

    Permalink
    Definition Classes
    TreeNode → AnyRef → Any
  39. lazy val initialValues: Seq[Expression]

    Permalink
    Definition Classes
    ExtramumValueByKey → DeclarativeAggregate
  40. def innerChildren: Seq[TreeNode[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  41. final lazy val inputAggBufferAttributes: Seq[AttributeReference]

    Permalink
    Definition Classes
    DeclarativeAggregate → AggregateFunction
  42. def inputTypes: Seq[AbstractDataType]

    Permalink
    Definition Classes
    ExtramumValueByKey → ExpectsInputTypes
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. def jsonFields: List[JField]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  45. def makeCopy(newArgs: Array[AnyRef]): Expression

    Permalink
    Definition Classes
    TreeNode
  46. def map[A](f: (Expression) ⇒ A): Seq[A]

    Permalink
    Definition Classes
    TreeNode
  47. def mapChildren(f: (Expression) ⇒ Expression): Expression

    Permalink
    Definition Classes
    TreeNode
  48. def mapProductIterator[B](f: (Any) ⇒ B)(implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  49. lazy val mergeExpressions: Seq[Expression]

    Permalink
    Definition Classes
    ExtramumValueByKey → DeclarativeAggregate
  50. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  51. def nodeName: String

    Permalink
    Definition Classes
    TreeNode
  52. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  54. def nullable: Boolean

    Permalink
    Definition Classes
    ExtramumValueByKey → Expression
  55. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  56. val origin: Origin

    Permalink
    Definition Classes
    TreeNode
  57. def otherCopyArgs: Seq[AnyRef]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  58. def p(number: Int): Expression

    Permalink
    Definition Classes
    TreeNode
  59. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  60. def prettyName: String

    Permalink
    Definition Classes
    Expression
  61. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  62. def productPrefix: String

    Permalink
    Definition Classes
    Product
  63. def references: AttributeSet

    Permalink
    Definition Classes
    Expression
  64. lazy val resolved: Boolean

    Permalink
    Definition Classes
    Expression
  65. def semanticEquals(other: Expression): Boolean

    Permalink
    Definition Classes
    Expression
  66. def semanticHash(): Int

    Permalink
    Definition Classes
    Expression
  67. def simpleString: String

    Permalink
    Definition Classes
    Expression → TreeNode
  68. def sql(isDistinct: Boolean): String

    Permalink
    Definition Classes
    AggregateFunction
  69. def sql: String

    Permalink
    Definition Classes
    Expression
  70. def stringArgs: Iterator[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  71. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  72. def toAggString(isDistinct: Boolean): String

    Permalink
    Definition Classes
    AggregateFunction
  73. def toAggregateExpression(isDistinct: Boolean): AggregateExpression

    Permalink
    Definition Classes
    AggregateFunction
  74. def toAggregateExpression(): AggregateExpression

    Permalink
    Definition Classes
    AggregateFunction
  75. def toJSON: String

    Permalink
    Definition Classes
    TreeNode
  76. def toString(): String

    Permalink
    Definition Classes
    Expression → TreeNode → AnyRef → Any
  77. def transform(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  78. def transformDown(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  79. def transformUp(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  80. def treeString(verbose: Boolean, addSuffix: Boolean): String

    Permalink
    Definition Classes
    TreeNode
  81. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  82. lazy val updateExpressions: Seq[Expression]

    Permalink
    Definition Classes
    ExtramumValueByKey → DeclarativeAggregate
  83. final def verboseString: String

    Permalink
    Definition Classes
    Expression → TreeNode
  84. def verboseStringWithSuffix: String

    Permalink
    Definition Classes
    TreeNode
  85. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  88. def withNewChildren(newChildren: Seq[Expression]): Expression

    Permalink
    Definition Classes
    TreeNode

Inherited from ExpectsInputTypes

Inherited from DeclarativeAggregate

Inherited from Unevaluable

Inherited from Serializable

Inherited from Serializable

Inherited from AggregateFunction

Inherited from Expression

Inherited from TreeNode[Expression]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped