Class/Object

org.locationtech.rasterframes.expressions

TileAssembler

Related Docs: object TileAssembler | package expressions

Permalink

case class TileAssembler(colIndex: Expression, rowIndex: Expression, cellValue: Expression, tileCols: Expression, tileRows: Expression, mutableAggBufferOffset: Int = 0, inputAggBufferOffset: Int = 0) extends TypedImperativeAggregate[TileBuffer] with ImplicitCastInputTypes with Product with Serializable

Aggregator for reassembling tiles from from exploded form

Annotations
@ExpressionDescription()
Since

9/24/17

Linear Supertypes
Serializable, Serializable, ImplicitCastInputTypes, ExpectsInputTypes, TypedImperativeAggregate[TileBuffer], ImperativeAggregate, CodegenFallback, AggregateFunction, Expression, TreeNode[Expression], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TileAssembler
  2. Serializable
  3. Serializable
  4. ImplicitCastInputTypes
  5. ExpectsInputTypes
  6. TypedImperativeAggregate
  7. ImperativeAggregate
  8. CodegenFallback
  9. AggregateFunction
  10. Expression
  11. TreeNode
  12. Product
  13. Equals
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TileAssembler(colIndex: Expression, rowIndex: Expression, cellValue: Expression, tileCols: Expression, tileRows: Expression)

    Permalink
  2. new TileAssembler(colIndex: Expression, rowIndex: Expression, cellValue: Expression, tileCols: Expression, tileRows: Expression, mutableAggBufferOffset: Int = 0, inputAggBufferOffset: Int = 0)

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

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

    Permalink
    Definition Classes
    TypedImperativeAggregate → 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. val cellValue: Expression

    Permalink
  12. def checkInputDataTypes(): TypeCheckResult

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

    Permalink
    Definition Classes
    TileAssembler → TreeNode
  14. def childrenResolved: Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val colIndex: Expression

    Permalink
  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 createAggregationBuffer(): TileBuffer

    Permalink
    Definition Classes
    TileAssembler → TypedImperativeAggregate
  22. def dataType: DataType

    Permalink
    Definition Classes
    TileAssembler → Expression
  23. def defaultResult: Option[Literal]

    Permalink
    Definition Classes
    AggregateFunction
  24. def deserialize(storageFormat: Array[Byte]): TileBuffer

    Permalink
    Definition Classes
    TileAssembler → TypedImperativeAggregate
  25. lazy val deterministic: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def eval(buffer: TileBuffer): InternalRow

    Permalink
    Definition Classes
    TileAssembler → TypedImperativeAggregate
  29. final def eval(buffer: InternalRow): Any

    Permalink
    Definition Classes
    TypedImperativeAggregate → Expression
  30. def fastEquals(other: TreeNode[_]): Boolean

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  35. final def foldable: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode → AnyRef → Any
  42. final def initialize(buffer: InternalRow): Unit

    Permalink
    Definition Classes
    TypedImperativeAggregate → ImperativeAggregate
  43. def innerChildren: Seq[TreeNode[_]]

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

    Permalink
    Definition Classes
    TypedImperativeAggregate → AggregateFunction
  45. val inputAggBufferOffset: Int

    Permalink
    Definition Classes
    TileAssembler → ImperativeAggregate
  46. def inputTypes: Seq[NumericType with Product with Serializable]

    Permalink
    Definition Classes
    TileAssembler → ExpectsInputTypes
  47. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  53. def merge(inBuf: TileBuffer, input: TileBuffer): TileBuffer

    Permalink
    Definition Classes
    TileAssembler → TypedImperativeAggregate
  54. final def merge(buffer: InternalRow, inputBuffer: InternalRow): Unit

    Permalink
    Definition Classes
    TypedImperativeAggregate → ImperativeAggregate
  55. val mutableAggBufferOffset: Int

    Permalink
    Definition Classes
    TileAssembler → ImperativeAggregate
  56. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  57. def nodeName: String

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

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

    Permalink
    Definition Classes
    AnyRef
  60. def nullable: Boolean

    Permalink
    Definition Classes
    TileAssembler → Expression
  61. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  62. val origin: Origin

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

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

    Permalink
    Definition Classes
    TreeNode
  65. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  66. def prettyName: String

    Permalink
    Definition Classes
    TileAssembler → Expression
  67. def references: AttributeSet

    Permalink
    Definition Classes
    Expression
  68. lazy val resolved: Boolean

    Permalink
    Definition Classes
    Expression
  69. val rowIndex: Expression

    Permalink
  70. def semanticEquals(other: Expression): Boolean

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

    Permalink
    Definition Classes
    Expression
  72. def serialize(buffer: TileBuffer): Array[Byte]

    Permalink
    Definition Classes
    TileAssembler → TypedImperativeAggregate
  73. final def serializeAggregateBufferInPlace(buffer: InternalRow): Unit

    Permalink
    Definition Classes
    TypedImperativeAggregate
  74. def simpleString: String

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

    Permalink
    Definition Classes
    AggregateFunction
  76. def sql: String

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

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

    Permalink
    Definition Classes
    AnyRef
  79. val tileCols: Expression

    Permalink
  80. val tileRows: Expression

    Permalink
  81. def toAggString(isDistinct: Boolean): String

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

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

    Permalink
    Definition Classes
    AggregateFunction
  84. def toJSON: String

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  90. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  91. def update(inBuf: TileBuffer, input: InternalRow): TileBuffer

    Permalink
    Definition Classes
    TileAssembler → TypedImperativeAggregate
  92. final def update(buffer: InternalRow, input: InternalRow): Unit

    Permalink
    Definition Classes
    TypedImperativeAggregate → ImperativeAggregate
  93. final def verboseString: String

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  99. def withNewInputAggBufferOffset(newInputAggBufferOffset: Int): ImperativeAggregate

    Permalink
    Definition Classes
    TileAssembler → ImperativeAggregate
  100. def withNewMutableAggBufferOffset(newMutableAggBufferOffset: Int): ImperativeAggregate

    Permalink
    Definition Classes
    TileAssembler → ImperativeAggregate

Inherited from Serializable

Inherited from Serializable

Inherited from ImplicitCastInputTypes

Inherited from ExpectsInputTypes

Inherited from TypedImperativeAggregate[TileBuffer]

Inherited from ImperativeAggregate

Inherited from CodegenFallback

Inherited from AggregateFunction

Inherited from Expression

Inherited from TreeNode[Expression]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped