Skip to content

Commit a71505d

Browse files
committed
register rf_local_extract_bit with SQL functions
Signed-off-by: Jason T. Brown <[email protected]>
1 parent a46b3a5 commit a71505d

File tree

1 file changed

+1
-0
lines changed
  • core/src/main/scala/org/locationtech/rasterframes/expressions

1 file changed

+1
-0
lines changed

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)