Skip to content

Commit 61fcb0c

Browse files
committed
Remove RS_BandIsNoData and fix behavior of handling out-of-bound band index
1 parent aff7ff8 commit 61fcb0c

5 files changed

Lines changed: 38 additions & 333 deletions

File tree

rust/sedona-raster-functions/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// under the License.
1717

1818
mod executor;
19-
pub mod raster_utils;
2019
pub mod register;
2120
pub mod rs_band_accessors;
2221
pub mod rs_bandpath;

rust/sedona-raster-functions/src/raster_utils.rs

Lines changed: 0 additions & 58 deletions
This file was deleted.

rust/sedona-raster-functions/src/register.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ pub fn default_function_set() -> FunctionSet {
4040
function_set,
4141
crate::rs_band_accessors::rs_bandpixeltype_udf,
4242
crate::rs_band_accessors::rs_bandnodatavalue_udf,
43-
crate::rs_band_accessors::rs_bandisnodata_udf,
4443
crate::rs_bandpath::rs_bandpath_udf,
4544
crate::rs_convexhull::rs_convexhull_udf,
4645
crate::rs_envelope::rs_envelope_udf,

0 commit comments

Comments
 (0)