furqaankhan commented on code in PR #1001:
URL: https://github.com/apache/sedona/pull/1001#discussion_r1316612948
##########
spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/expressions/raster/RasterBandAccessors.scala:
##########
@@ -45,6 +52,34 @@ case class RS_SummaryStats(inputExpressions:
Seq[Expression]) extends InferredEx
}
}
+case class RS_Band(inputExpressions: Seq[Expression]) extends Expression with
SerdeAware with CodegenFallback {
Review Comment:
Oh didn't know that, Will look into it. I referred to a function that use
Expression instead of InferredExpression, ST_Collect being one. Will ping you
when I know more.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]