zetasql-toolkit-bigquery/src/main/java/com/google/zetasql/toolkit/catalog/bigquery/BigQueryBuiltIns.java [69:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              BIGQUERY_FUNCTION_GROUP,
              Mode.SCALAR,
              ImmutableList.of(
                  new FunctionSignature(
                      new FunctionArgumentType(TypeFactory.createSimpleType(TypeKind.TYPE_BOOL)),
                      ImmutableList.of(
                          new FunctionArgumentType(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



zetasql-toolkit-bigquery/src/main/java/com/google/zetasql/toolkit/catalog/bigquery/BigQueryBuiltIns.java [99:105]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              BIGQUERY_FUNCTION_GROUP,
              Mode.SCALAR,
              ImmutableList.of(
                  new FunctionSignature(
                      new FunctionArgumentType(TypeFactory.createSimpleType(TypeKind.TYPE_BOOL)),
                      ImmutableList.of(
                          new FunctionArgumentType(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



