We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b2ce9 commit a4e2bbaCopy full SHA for a4e2bba
‎bigframes/core/compile/sqlglot/expressions/unary_compiler.py‎
@@ -22,8 +22,8 @@
22
import sqlglot.expressions as sge
23
24
from bigframes import operations as ops
25
-import bigframes.core.compile.sqlglot.expressions.constants as constants
26
from bigframes.core.compile.constants import UNIT_TO_US_CONVERSION_FACTORS
+import bigframes.core.compile.sqlglot.expressions.constants as constants
27
from bigframes.core.compile.sqlglot.expressions.op_registration import OpRegistration
28
from bigframes.core.compile.sqlglot.expressions.typed_expr import TypedExpr
29
0 commit comments