We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e1212 commit afd1e80Copy full SHA for afd1e80
core/src/main/scala/astraea/spark/rasterframes/expressions/localops/Round.scala
@@ -45,7 +45,6 @@ case class Round(child: Expression) extends UnaryLocalRasterOp
45
override protected def op(child: Tile): Tile = child.localRound()
46
}
47
object Round{
48
-// import astraea.spark.rasterframes.encoders.StandardEncoders.PrimitiveEncoders.doubleEnc
49
50
def apply(tile: Column): TypedColumn[Any, Tile] =
51
new Column(Round(tile.expr)).as[Tile]
0 commit comments