Class/Object

org.locationtech.rasterframes.expressions.aggregates

CellCountAggregate

Related Docs: object CellCountAggregate | package aggregates

Permalink

abstract class CellCountAggregate extends DeclarativeAggregate with UnaryRasterAggregate

Cell count (data or NoData) aggregate function.

Since

10/5/17

Linear Supertypes
UnaryRasterAggregate, DeclarativeAggregate, Unevaluable, Serializable, Serializable, AggregateFunction, Expression, TreeNode[Expression], Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CellCountAggregate
  2. UnaryRasterAggregate
  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 CellCountAggregate(isData: Boolean)

    Permalink

    isData

    true if count should be of non-NoData cells, false if count should be of NoData cells.

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 child: Expression

    Permalink
    Definition Classes
    UnaryRasterAggregate
  3. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  4. 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
    CellCountAggregate → 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
    Expression
  12. def children: Seq[Expression]

    Permalink
    Definition Classes
    UnaryRasterAggregate → 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: LongType.type

    Permalink
    Definition Classes
    CellCountAggregate → 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. val evaluateExpression: AttributeReference

    Permalink
    Definition Classes
    CellCountAggregate → DeclarativeAggregate
  27. val extractTileFromAny: (Any) ⇒ Tile

    Permalink
    Attributes
    protected
    Definition Classes
    UnaryRasterAggregate
  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. val initialValues: Seq[Literal]

    Permalink
    Definition Classes
    CellCountAggregate → 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. 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. val mergeExpressions: Seq[Expression]

    Permalink
    Definition Classes
    CellCountAggregate → 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
    UnaryRasterAggregate → 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 tileOpAsExpression[R](name: String, op: (Tile) ⇒ R)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[R]): (Expression) ⇒ ScalaUDF

    Permalink
    Attributes
    protected
    Definition Classes
    UnaryRasterAggregate
  73. def toAggString(isDistinct: Boolean): String

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

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

    Permalink
    Definition Classes
    AggregateFunction
  76. def toJSON: String

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  82. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  83. val updateExpressions: Seq[If]

    Permalink
    Definition Classes
    CellCountAggregate → DeclarativeAggregate
  84. final def verboseString: String

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode

Inherited from UnaryRasterAggregate

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