Skip to content

Commit afd1e80

Browse files
committed
Add docs for new tile functions and clean up new names and signatures
Signed-off-by: Jason T. Brown <[email protected]>
1 parent b8e1212 commit afd1e80

File tree

2 files changed

+208
-78
lines changed

2 files changed

+208
-78
lines changed

core/src/main/scala/astraea/spark/rasterframes/expressions/localops/Round.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ case class Round(child: Expression) extends UnaryLocalRasterOp
4545
override protected def op(child: Tile): Tile = child.localRound()
4646
}
4747
object Round{
48-
// import astraea.spark.rasterframes.encoders.StandardEncoders.PrimitiveEncoders.doubleEnc
4948

5049
def apply(tile: Column): TypedColumn[Any, Tile] =
5150
new Column(Round(tile.expr)).as[Tile]

0 commit comments

Comments
 (0)