File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 126126 geo_x_op ,
127127 geo_y_op ,
128128)
129+ from bigframes .operations .googlesql import GoogleSqlScalarOp
129130from bigframes .operations .json_ops import (
130131 JSONExtract ,
131132 JSONExtractArray ,
229230 timestamp_add_op ,
230231 timestamp_sub_op ,
231232)
232- from bigframes .operations .googlesql import GoogleSqlScalarOp
233233
234234__all__ = [
235235 # Base ops
Original file line number Diff line number Diff line change 1919from bigframes import dtypes
2020from bigframes .operations import base_ops
2121
22-
2322GeoStAstextOp = base_ops .create_unary_op (
2423 name = "geo_st_astext" ,
2524 type_signature = op_typing .FixedOutputType (
Original file line number Diff line number Diff line change 1515import pandas .testing
1616
1717from bigframes .core import nodes
18- from bigframes .session import semi_executor , execution_spec
19-
18+ from bigframes .session import execution_spec , semi_executor
2019
2120SPEC = execution_spec .ExecutionSpec (
2221 ordered = True ,
Original file line number Diff line number Diff line change 2727import google .api_core .exceptions
2828import google .cloud .bigquery as bigquery
2929import google .cloud .bigquery_connection_v1 as bigquery_connection_v1
30+ import google .cloud .bigquery_storage_v1
3031import google .cloud .exceptions
3132import google .cloud .functions_v2 as functions_v2
32- import google .cloud .bigquery_storage_v1
3333import google .cloud .resourcemanager_v3 as resourcemanager_v3
3434import google .cloud .storage as storage # type: ignore
3535import numpy as np
Original file line number Diff line number Diff line change 1616
1717import bigframes .operations as bf_ops
1818from bigframes .core import array_value , nodes , ordering
19- from bigframes .session import polars_executor , execution_spec
19+ from bigframes .session import execution_spec , polars_executor
2020from bigframes .testing .engine_utils import assert_equivalence_execution
2121
2222pytest .importorskip ("polars" )
You can’t perform that action at this time.
0 commit comments