Class

org.apache.spark.sql.datafu.types

MinValueByKey

Related Doc: package types

Permalink

case class MinValueByKey(child1: Expression, child2: Expression) extends ExtramumValueByKey with Product with Serializable

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

Instance Constructors

  1. new MinValueByKey(child1: Expression, child2: Expression)

    Permalink

Type Members

  1. implicit class RichAttribute extends AnyRef

    Permalink
    Definition Classes
    DeclarativeAggregate

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. val child1: Expression

    Permalink
  13. val child2: Expression

    Permalink
  14. def children: Seq[Expression]

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  21. def dataType: DataType

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

    Permalink
    Definition Classes
    AggregateFunction
  23. lazy val deterministic: Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  33. final def foldable: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  52. def nodeName: String

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

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

    Permalink
    Definition Classes
    AnyRef
  55. def nullable: Boolean

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

    Permalink
    Definition Classes
    TreeNode
  57. val origin: Origin

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

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

    Permalink
    Definition Classes
    TreeNode
  60. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  61. def prettyName: String

    Permalink
    Definition Classes
    Expression
  62. def references: AttributeSet

    Permalink
    Definition Classes
    Expression
  63. lazy val resolved: Boolean

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

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

    Permalink
    Definition Classes
    Expression
  66. def simpleString: String

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

    Permalink
    Definition Classes
    AggregateFunction
  68. def sql: String

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

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

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

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

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

    Permalink
    Definition Classes
    AggregateFunction
  74. def toJSON: String

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  80. def treeString: String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode

Inherited from ExtramumValueByKey

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