Skip to content

Commit a71505d

Browse files
committed
register rf_local_extract_bit with SQL functions
Signed-off-by: Jason T. Brown <jason@astraea.earth>
1 parent a46b3a5 commit a71505d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • core/src/main/scala/org/locationtech/rasterframes/expressions

core/src/main/scala/org/locationtech/rasterframes/expressions/package.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,6 @@ package object expressions {
140140
registry.registerExpression[transformers.ReprojectGeometry]("st_reproject")
141141

142142
registry.registerExpression[ExtractBits]("rf_local_extract_bits")
143+
registry.registerExpression[ExtractBits]("rf_local_extract_bit")
143144
}
144145
}

0 commit comments

Comments
 (0)