Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 8418326

Browse files
committed
apply new function
1 parent ee3a9c3 commit 8418326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigframes/core/compile/scalar_op_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ def geo_st_centroid_op_impl(x: ibis_types.Value):
10501050

10511051
@scalar_op_compiler.register_unary_op(ops.geo_st_convexhull_op, pass_op=False)
10521052
def geo_st_convexhull_op_impl(x: ibis_types.Value):
1053-
return typing.cast(ibis_types.GeoSpatialValue, x).convex_hull()
1053+
return st_convexhull(x)
10541054

10551055

10561056
@scalar_op_compiler.register_binary_op(ops.geo_st_difference_op, pass_op=False)

0 commit comments

Comments
 (0)