LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
bigframes/__init__.py
bigframes/_importing.py
bigframes/_magics.py
bigframes/clients.py
bigframes/constants.py
bigframes/dataframe.py
bigframes/dtypes.py
bigframes/enums.py
bigframes/exceptions.py
bigframes/features.py
bigframes/formatting_helpers.py
bigframes/py.typed
bigframes/series.py
bigframes/version.py
bigframes.egg-info/PKG-INFO
bigframes.egg-info/SOURCES.txt
bigframes.egg-info/dependency_links.txt
bigframes.egg-info/not-zip-safe
bigframes.egg-info/requires.txt
bigframes.egg-info/top_level.txt
bigframes/_config/__init__.py
bigframes/_config/auth.py
bigframes/_config/bigquery_options.py
bigframes/_config/compute_options.py
bigframes/_config/display_options.py
bigframes/_config/experiment_options.py
bigframes/_config/global_options.py
bigframes/_config/sampling_options.py
bigframes/_tools/__init__.py
bigframes/_tools/docs.py
bigframes/_tools/strings.py
bigframes/bigquery/__init__.py
bigframes/bigquery/ai.py
bigframes/bigquery/ml.py
bigframes/bigquery/obj.py
bigframes/bigquery/_operations/__init__.py
bigframes/bigquery/_operations/ai.py
bigframes/bigquery/_operations/approx_agg.py
bigframes/bigquery/_operations/array.py
bigframes/bigquery/_operations/datetime.py
bigframes/bigquery/_operations/geo.py
bigframes/bigquery/_operations/io.py
bigframes/bigquery/_operations/json.py
bigframes/bigquery/_operations/mathematical.py
bigframes/bigquery/_operations/ml.py
bigframes/bigquery/_operations/obj.py
bigframes/bigquery/_operations/search.py
bigframes/bigquery/_operations/sql.py
bigframes/bigquery/_operations/struct.py
bigframes/bigquery/_operations/table.py
bigframes/bigquery/_operations/utils.py
bigframes/blob/_functions.py
bigframes/core/__init__.py
bigframes/core/agg_expressions.py
bigframes/core/array_value.py
bigframes/core/backports.py
bigframes/core/bigframe_node.py
bigframes/core/block_transforms.py
bigframes/core/blocks.py
bigframes/core/bq_data.py
bigframes/core/col.py
bigframes/core/convert.py
bigframes/core/eval.py
bigframes/core/events.py
bigframes/core/explode.py
bigframes/core/expression.py
bigframes/core/expression_factoring.py
bigframes/core/field.py
bigframes/core/global_session.py
bigframes/core/graphs.py
bigframes/core/guid.py
bigframes/core/identifiers.py
bigframes/core/indexers.py
bigframes/core/interchange.py
bigframes/core/join_def.py
bigframes/core/local_data.py
bigframes/core/nodes.py
bigframes/core/ordered_sets.py
bigframes/core/ordering.py
bigframes/core/pruning.py
bigframes/core/pyarrow_utils.py
bigframes/core/pyformat.py
bigframes/core/scalar.py
bigframes/core/schema.py
bigframes/core/sequences.py
bigframes/core/slices.py
bigframes/core/sql_nodes.py
bigframes/core/tree_properties.py
bigframes/core/utils.py
bigframes/core/validations.py
bigframes/core/window_spec.py
bigframes/core/compile/__init__.py
bigframes/core/compile/api.py
bigframes/core/compile/compiled.py
bigframes/core/compile/concat.py
bigframes/core/compile/configs.py
bigframes/core/compile/constants.py
bigframes/core/compile/explode.py
bigframes/core/compile/ibis_types.py
bigframes/core/compile/schema_translator.py
bigframes/core/compile/ibis_compiler/__init__.py
bigframes/core/compile/ibis_compiler/aggregate_compiler.py
bigframes/core/compile/ibis_compiler/default_ordering.py
bigframes/core/compile/ibis_compiler/ibis_compiler.py
bigframes/core/compile/ibis_compiler/scalar_op_compiler.py
bigframes/core/compile/ibis_compiler/scalar_op_registry.py
bigframes/core/compile/ibis_compiler/operations/__init__.py
bigframes/core/compile/ibis_compiler/operations/generic_ops.py
bigframes/core/compile/ibis_compiler/operations/geo_ops.py
bigframes/core/compile/polars/__init__.py
bigframes/core/compile/polars/compiler.py
bigframes/core/compile/polars/lowering.py
bigframes/core/compile/polars/operations/__init__.py
bigframes/core/compile/polars/operations/generic_ops.py
bigframes/core/compile/polars/operations/numeric_ops.py
bigframes/core/compile/polars/operations/struct_ops.py
bigframes/core/compile/sqlglot/__init__.py
bigframes/core/compile/sqlglot/aggregate_compiler.py
bigframes/core/compile/sqlglot/compiler.py
bigframes/core/compile/sqlglot/expression_compiler.py
bigframes/core/compile/sqlglot/sqlglot_ir.py
bigframes/core/compile/sqlglot/sqlglot_types.py
bigframes/core/compile/sqlglot/aggregations/__init__.py
bigframes/core/compile/sqlglot/aggregations/binary_compiler.py
bigframes/core/compile/sqlglot/aggregations/nullary_compiler.py
bigframes/core/compile/sqlglot/aggregations/op_registration.py
bigframes/core/compile/sqlglot/aggregations/ordered_unary_compiler.py
bigframes/core/compile/sqlglot/aggregations/unary_compiler.py
bigframes/core/compile/sqlglot/aggregations/windows.py
bigframes/core/compile/sqlglot/expressions/__init__.py
bigframes/core/compile/sqlglot/expressions/ai_ops.py
bigframes/core/compile/sqlglot/expressions/array_ops.py
bigframes/core/compile/sqlglot/expressions/blob_ops.py
bigframes/core/compile/sqlglot/expressions/bool_ops.py
bigframes/core/compile/sqlglot/expressions/common.py
bigframes/core/compile/sqlglot/expressions/comparison_ops.py
bigframes/core/compile/sqlglot/expressions/constants.py
bigframes/core/compile/sqlglot/expressions/date_ops.py
bigframes/core/compile/sqlglot/expressions/datetime_ops.py
bigframes/core/compile/sqlglot/expressions/generic_ops.py
bigframes/core/compile/sqlglot/expressions/geo_ops.py
bigframes/core/compile/sqlglot/expressions/json_ops.py
bigframes/core/compile/sqlglot/expressions/numeric_ops.py
bigframes/core/compile/sqlglot/expressions/string_ops.py
bigframes/core/compile/sqlglot/expressions/struct_ops.py
bigframes/core/compile/sqlglot/expressions/timedelta_ops.py
bigframes/core/compile/sqlglot/expressions/typed_expr.py
bigframes/core/compile/sqlglot/sql/__init__.py
bigframes/core/compile/sqlglot/sql/base.py
bigframes/core/compile/sqlglot/sql/ddl.py
bigframes/core/compile/sqlglot/sql/dml.py
bigframes/core/groupby/__init__.py
bigframes/core/groupby/aggs.py
bigframes/core/groupby/dataframe_group_by.py
bigframes/core/groupby/group_by.py
bigframes/core/groupby/series_group_by.py
bigframes/core/indexes/__init__.py
bigframes/core/indexes/base.py
bigframes/core/indexes/datetimes.py
bigframes/core/indexes/multi.py
bigframes/core/logging/__init__.py
bigframes/core/logging/data_types.py
bigframes/core/logging/log_adapter.py
bigframes/core/reshape/__init__.py
bigframes/core/reshape/api.py
bigframes/core/reshape/concat.py
bigframes/core/reshape/encoding.py
bigframes/core/reshape/merge.py
bigframes/core/reshape/pivot.py
bigframes/core/reshape/tile.py
bigframes/core/rewrite/__init__.py
bigframes/core/rewrite/as_sql.py
bigframes/core/rewrite/ctes.py
bigframes/core/rewrite/fold_row_count.py
bigframes/core/rewrite/identifiers.py
bigframes/core/rewrite/implicit_align.py
bigframes/core/rewrite/legacy_align.py
bigframes/core/rewrite/nullity.py
bigframes/core/rewrite/op_lowering.py
bigframes/core/rewrite/order.py
bigframes/core/rewrite/pruning.py
bigframes/core/rewrite/scan_reduction.py
bigframes/core/rewrite/schema_binding.py
bigframes/core/rewrite/select_pullup.py
bigframes/core/rewrite/slices.py
bigframes/core/rewrite/timedeltas.py
bigframes/core/rewrite/udfs.py
bigframes/core/rewrite/windows.py
bigframes/core/sql/__init__.py
bigframes/core/sql/ml.py
bigframes/core/tools/__init__.py
bigframes/core/tools/bigquery_schema.py
bigframes/core/tools/datetimes.py
bigframes/core/window/__init__.py
bigframes/core/window/ordering.py
bigframes/core/window/rolling.py
bigframes/display/__init__.py
bigframes/display/anywidget.py
bigframes/display/html.py
bigframes/display/plaintext.py
bigframes/display/table_widget.css
bigframes/display/table_widget.js
bigframes/extensions/__init__.py
bigframes/extensions/bigframes/__init__.py
bigframes/extensions/bigframes/dataframe_accessor.py
bigframes/extensions/core/__init__.py
bigframes/extensions/core/dataframe_accessor.py
bigframes/extensions/pandas/__init__.py
bigframes/extensions/pandas/dataframe_accessor.py
bigframes/functions/__init__.py
bigframes/functions/_function_client.py
bigframes/functions/_function_session.py
bigframes/functions/_utils.py
bigframes/functions/function.py
bigframes/functions/function_template.py
bigframes/functions/function_typing.py
bigframes/functions/udf_def.py
bigframes/geopandas/__init__.py
bigframes/geopandas/geoseries.py
bigframes/ml/__init__.py
bigframes/ml/base.py
bigframes/ml/cluster.py
bigframes/ml/compose.py
bigframes/ml/core.py
bigframes/ml/decomposition.py
bigframes/ml/ensemble.py
bigframes/ml/forecasting.py
bigframes/ml/globals.py
bigframes/ml/imported.py
bigframes/ml/impute.py
bigframes/ml/linear_model.py
bigframes/ml/llm.py
bigframes/ml/loader.py
bigframes/ml/model_selection.py
bigframes/ml/pipeline.py
bigframes/ml/preprocessing.py
bigframes/ml/remote.py
bigframes/ml/sql.py
bigframes/ml/utils.py
bigframes/ml/metrics/__init__.py
bigframes/ml/metrics/_metrics.py
bigframes/ml/metrics/pairwise.py
bigframes/operations/__init__.py
bigframes/operations/_op_converters.py
bigframes/operations/aggregations.py
bigframes/operations/ai.py
bigframes/operations/ai_ops.py
bigframes/operations/array_ops.py
bigframes/operations/base_ops.py
bigframes/operations/blob.py
bigframes/operations/blob_ops.py
bigframes/operations/bool_ops.py
bigframes/operations/comparison_ops.py
bigframes/operations/date_ops.py
bigframes/operations/datetime_ops.py
bigframes/operations/datetimes.py
bigframes/operations/distance_ops.py
bigframes/operations/frequency_ops.py
bigframes/operations/generic_ops.py
bigframes/operations/geo_ops.py
bigframes/operations/googlesql.py
bigframes/operations/json_ops.py
bigframes/operations/lists.py
bigframes/operations/numeric_ops.py
bigframes/operations/numpy_op_maps.py
bigframes/operations/output_schemas.py
bigframes/operations/plotting.py
bigframes/operations/python_op_maps.py
bigframes/operations/remote_function_ops.py
bigframes/operations/semantics.py
bigframes/operations/string_ops.py
bigframes/operations/strings.py
bigframes/operations/struct_ops.py
bigframes/operations/structs.py
bigframes/operations/time_ops.py
bigframes/operations/timedelta_ops.py
bigframes/operations/type.py
bigframes/operations/_matplotlib/__init__.py
bigframes/operations/_matplotlib/core.py
bigframes/operations/_matplotlib/hist.py
bigframes/pandas/__init__.py
bigframes/pandas/api/__init__.py
bigframes/pandas/api/typing.py
bigframes/pandas/core/__init__.py
bigframes/pandas/core/api.py
bigframes/pandas/core/methods/__init__.py
bigframes/pandas/core/methods/describe.py
bigframes/pandas/core/tools/__init__.py
bigframes/pandas/core/tools/timedeltas.py
bigframes/pandas/io/__init__.py
bigframes/pandas/io/api.py
bigframes/session/__init__.py
bigframes/session/anonymous_dataset.py
bigframes/session/bigquery_session.py
bigframes/session/bq_caching_executor.py
bigframes/session/clients.py
bigframes/session/direct_gbq_execution.py
bigframes/session/dry_runs.py
bigframes/session/environment.py
bigframes/session/execution_cache.py
bigframes/session/execution_spec.py
bigframes/session/executor.py
bigframes/session/iceberg.py
bigframes/session/loader.py
bigframes/session/local_scan_executor.py
bigframes/session/metrics.py
bigframes/session/planner.py
bigframes/session/polars_executor.py
bigframes/session/proxy_executor.py
bigframes/session/read_api_execution.py
bigframes/session/semi_executor.py
bigframes/session/temporary_storage.py
bigframes/session/time.py
bigframes/session/validation.py
bigframes/session/_io/__init__.py
bigframes/session/_io/pandas.py
bigframes/session/_io/bigquery/__init__.py
bigframes/session/_io/bigquery/read_gbq_query.py
bigframes/session/_io/bigquery/read_gbq_table.py
bigframes/streaming/__init__.py
bigframes/streaming/dataframe.py
bigframes/testing/__init__.py
bigframes/testing/compiler_session.py
bigframes/testing/engine_utils.py
bigframes/testing/mocks.py
bigframes/testing/polars_session.py
bigframes/testing/utils.py
tests/__init__.py
tests/benchmark/.gitignore
tests/benchmark/README.md
tests/benchmark/__init__.py
tests/benchmark/utils.py
tests/benchmark/db_benchmark/groupby/config.jsonl
tests/benchmark/db_benchmark/groupby/q1.py
tests/benchmark/db_benchmark/groupby/q10.py
tests/benchmark/db_benchmark/groupby/q2.py
tests/benchmark/db_benchmark/groupby/q3.py
tests/benchmark/db_benchmark/groupby/q4.py
tests/benchmark/db_benchmark/groupby/q5.py
tests/benchmark/db_benchmark/groupby/q6.py
tests/benchmark/db_benchmark/groupby/q7.py
tests/benchmark/db_benchmark/groupby/q8.py
tests/benchmark/db_benchmark/join/config.jsonl
tests/benchmark/db_benchmark/join/q1.py
tests/benchmark/db_benchmark/join/q2.py
tests/benchmark/db_benchmark/join/q3.py
tests/benchmark/db_benchmark/join/q4.py
tests/benchmark/db_benchmark/join/q5.py
tests/benchmark/db_benchmark/sort/config.jsonl
tests/benchmark/db_benchmark/sort/q1.py
tests/benchmark/read_gbq_colab/aggregate_output.py
tests/benchmark/read_gbq_colab/config.jsonl
tests/benchmark/read_gbq_colab/dry_run.py
tests/benchmark/read_gbq_colab/filter_output.py
tests/benchmark/read_gbq_colab/first_page.py
tests/benchmark/read_gbq_colab/last_page.py
tests/benchmark/read_gbq_colab/sort_output.py
tests/benchmark/tpch/config.jsonl
tests/benchmark/tpch/q1.py
tests/benchmark/tpch/q10.py
tests/benchmark/tpch/q11.py
tests/benchmark/tpch/q12.py
tests/benchmark/tpch/q13.py
tests/benchmark/tpch/q14.py
tests/benchmark/tpch/q15.py
tests/benchmark/tpch/q16.py
tests/benchmark/tpch/q17.py
tests/benchmark/tpch/q18.py
tests/benchmark/tpch/q19.py
tests/benchmark/tpch/q2.py
tests/benchmark/tpch/q20.py
tests/benchmark/tpch/q21.py
tests/benchmark/tpch/q22.py
tests/benchmark/tpch/q3.py
tests/benchmark/tpch/q4.py
tests/benchmark/tpch/q5.py
tests/benchmark/tpch/q6.py
tests/benchmark/tpch/q7.py
tests/benchmark/tpch/q8.py
tests/benchmark/tpch/q9.py
tests/data/hockey_players.json
tests/data/hockey_players.jsonl
tests/data/json.jsonl
tests/data/json_schema.json
tests/data/matrix_2by3.json
tests/data/matrix_2by3.jsonl
tests/data/matrix_3by4.json
tests/data/matrix_3by4.jsonl
tests/data/nested.jsonl
tests/data/nested_schema.json
tests/data/nested_structs.jsonl
tests/data/nested_structs_schema.json
tests/data/penguins.jsonl
tests/data/penguins_schema.json
tests/data/people.csv
tests/data/ratings.jsonl
tests/data/ratings_schema.json
tests/data/repeated.jsonl
tests/data/repeated_schema.json
tests/data/scalars.jsonl
tests/data/scalars_schema.json
tests/data/time_series.jsonl
tests/data/time_series_schema.json
tests/data/urban_areas.jsonl
tests/data/urban_areas_schema.json
tests/js/babel.config.cjs
tests/js/jest.config.cjs
tests/js/jest.setup.js
tests/js/package-lock.json
tests/js/package.json
tests/js/table_widget.test.js
tests/system/__init__.py
tests/system/conftest.py
tests/system/large/__init__.py
tests/system/large/test_dataframe.py
tests/system/large/test_dataframe_io.py
tests/system/large/test_location.py
tests/system/large/test_session.py
tests/system/large/test_tpch.py
tests/system/large/bigquery/__init__.py
tests/system/large/bigquery/test_ai.py
tests/system/large/bigquery/test_io.py
tests/system/large/bigquery/test_ml.py
tests/system/large/bigquery/test_obj.py
tests/system/large/bigquery/test_table.py
tests/system/large/blob/test_function.py
tests/system/large/functions/__init__.py
tests/system/large/functions/test_managed_function.py
tests/system/large/functions/test_remote_function.py
tests/system/large/ml/conftest.py
tests/system/large/ml/test_cluster.py
tests/system/large/ml/test_compose.py
tests/system/large/ml/test_core.py
tests/system/large/ml/test_decomposition.py
tests/system/large/ml/test_ensemble.py
tests/system/large/ml/test_forecasting.py
tests/system/large/ml/test_linear_model.py
tests/system/large/ml/test_llm.py
tests/system/large/ml/test_model_selection.py
tests/system/large/ml/test_multimodal_llm.py
tests/system/large/ml/test_pipeline.py
tests/system/large/operations/__init__.py
tests/system/large/operations/conftest.py
tests/system/large/operations/test_ai.py
tests/system/large/operations/test_semantics.py
tests/system/large/streaming/test_bigtable.py
tests/system/large/streaming/test_pubsub.py
tests/system/load/conftest.py
tests/system/load/test_large_tables.py
tests/system/load/test_llm.py
tests/system/small/__init__.py
tests/system/small/test_anywidget.py
tests/system/small/test_bq_sessions.py
tests/system/small/test_dataframe.py
tests/system/small/test_dataframe_io.py
tests/system/small/test_encryption.py
tests/system/small/test_groupby.py
tests/system/small/test_index.py
tests/system/small/test_index_io.py
tests/system/small/test_ipython.py
tests/system/small/test_large_local_data.py
tests/system/small/test_magics.py
tests/system/small/test_multiindex.py
tests/system/small/test_null_index.py
tests/system/small/test_numpy.py
tests/system/small/test_pandas.py
tests/system/small/test_pandas_options.py
tests/system/small/test_polars_execution.py
tests/system/small/test_progress_bar.py
tests/system/small/test_scalar.py
tests/system/small/test_series.py
tests/system/small/test_series_io.py
tests/system/small/test_session.py
tests/system/small/test_session_as_bpd.py
tests/system/small/test_unordered.py
tests/system/small/test_window.py
tests/system/small/bigquery/__init__.py
tests/system/small/bigquery/test_ai.py
tests/system/small/bigquery/test_approx_agg.py
tests/system/small/bigquery/test_array.py
tests/system/small/bigquery/test_datetime.py
tests/system/small/bigquery/test_geo.py
tests/system/small/bigquery/test_json.py
tests/system/small/bigquery/test_mathematical.py
tests/system/small/bigquery/test_sql.py
tests/system/small/bigquery/test_struct.py
tests/system/small/bigquery/test_vector_search.py
tests/system/small/blob/test_io.py
tests/system/small/blob/test_properties.py
tests/system/small/blob/test_urls.py
tests/system/small/core/__init__.py
tests/system/small/core/test_convert.py
tests/system/small/core/test_indexers.py
tests/system/small/core/test_reshape.py
tests/system/small/core/indexes/__init__.py
tests/system/small/core/indexes/test_base.py
tests/system/small/core/indexes/test_datetimes.py
tests/system/small/core/logging/__init__.py
tests/system/small/core/logging/test_data_types.py
tests/system/small/engines/__init__.py
tests/system/small/engines/conftest.py
tests/system/small/engines/test_aggregation.py
tests/system/small/engines/test_array_ops.py
tests/system/small/engines/test_bool_ops.py
tests/system/small/engines/test_comparison_ops.py
tests/system/small/engines/test_concat.py
tests/system/small/engines/test_filtering.py
tests/system/small/engines/test_generic_ops.py
tests/system/small/engines/test_googlesql_ops.py
tests/system/small/engines/test_join.py
tests/system/small/engines/test_numeric_ops.py
tests/system/small/engines/test_read_local.py
tests/system/small/engines/test_selection.py
tests/system/small/engines/test_slicing.py
tests/system/small/engines/test_sorting.py
tests/system/small/engines/test_strings.py
tests/system/small/engines/test_temporal_ops.py
tests/system/small/engines/test_windowing.py
tests/system/small/functions/__init__.py
tests/system/small/functions/test_remote_function.py
tests/system/small/geopandas/test_geoseries.py
tests/system/small/ml/__init__.py
tests/system/small/ml/conftest.py
tests/system/small/ml/test_cluster.py
tests/system/small/ml/test_core.py
tests/system/small/ml/test_decomposition.py
tests/system/small/ml/test_ensemble.py
tests/system/small/ml/test_forecasting.py
tests/system/small/ml/test_imported.py
tests/system/small/ml/test_impute.py
tests/system/small/ml/test_linear_model.py
tests/system/small/ml/test_metrics.py
tests/system/small/ml/test_metrics_pairwise.py
tests/system/small/ml/test_model_selection.py
tests/system/small/ml/test_preprocessing.py
tests/system/small/ml/test_register.py
tests/system/small/ml/test_remote.py
tests/system/small/ml/test_utils.py
tests/system/small/operations/__init__.py
tests/system/small/operations/test_ai.py
tests/system/small/operations/test_dates.py
tests/system/small/operations/test_datetimes.py
tests/system/small/operations/test_lists.py
tests/system/small/operations/test_plotting.py
tests/system/small/operations/test_semantics.py
tests/system/small/operations/test_strings.py
tests/system/small/operations/test_struct.py
tests/system/small/operations/test_timedeltas.py
tests/system/small/pandas/test_describe.py
tests/system/small/pandas/test_read_gbq_colab.py
tests/system/small/pandas/test_read_gbq_information_schema.py
tests/system/small/regression/test_issue355_merge_after_filter.py
tests/system/small/session/__init__.py
tests/system/small/session/test_read_gbq_colab.py
tests/system/small/session/test_read_gbq_query.py
tests/system/small/session/test_session_logging.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_clients.py
tests/unit/test_col.py
tests/unit/test_constants.py
tests/unit/test_daemon.py
tests/unit/test_dataframe.py
tests/unit/test_dataframe_io.py
tests/unit/test_dataframe_polars.py
tests/unit/test_dtypes.py
tests/unit/test_features.py
tests/unit/test_formatting_helpers.py
tests/unit/test_index.py
tests/unit/test_interchange.py
tests/unit/test_local_data.py
tests/unit/test_local_engine.py
tests/unit/test_notebook.py
tests/unit/test_pandas.py
tests/unit/test_planner.py
tests/unit/test_sequences.py
tests/unit/test_series.py
tests/unit/test_series_io.py
tests/unit/test_series_polars.py
tests/unit/test_series_struct.py
tests/unit/_config/__init__.py
tests/unit/_config/test_bigquery_options.py
tests/unit/_config/test_compute_options.py
tests/unit/_config/test_experiment_options.py
tests/unit/_config/test_threaded_options.py
tests/unit/_tools/__init__.py
tests/unit/_tools/test_strings.py
tests/unit/bigquery/__init__.py
tests/unit/bigquery/test_ai.py
tests/unit/bigquery/test_json.py
tests/unit/bigquery/test_mathematical.py
tests/unit/bigquery/test_ml.py
tests/unit/bigquery/test_obj.py
tests/unit/bigquery/_operations/test_io.py
tests/unit/core/__init__.py
tests/unit/core/test_bf_utils.py
tests/unit/core/test_blocks.py
tests/unit/core/test_expression.py
tests/unit/core/test_groupby.py
tests/unit/core/test_guid.py
tests/unit/core/test_ibis_types.py
tests/unit/core/test_indexes.py
tests/unit/core/test_pyarrow_utils.py
tests/unit/core/test_pyformat.py
tests/unit/core/test_slices.py
tests/unit/core/test_sql.py
tests/unit/core/test_windowspec.py
tests/unit/core/compile/__init__.py
tests/unit/core/compile/sqlglot/__init__.py
tests/unit/core/compile/sqlglot/conftest.py
tests/unit/core/compile/sqlglot/test_compile_aggregate.py
tests/unit/core/compile/sqlglot/test_compile_concat.py
tests/unit/core/compile/sqlglot/test_compile_explode.py
tests/unit/core/compile/sqlglot/test_compile_filter.py
tests/unit/core/compile/sqlglot/test_compile_fromrange.py
tests/unit/core/compile/sqlglot/test_compile_geo.py
tests/unit/core/compile/sqlglot/test_compile_isin.py
tests/unit/core/compile/sqlglot/test_compile_join.py
tests/unit/core/compile/sqlglot/test_compile_random_sample.py
tests/unit/core/compile/sqlglot/test_compile_readlocal.py
tests/unit/core/compile/sqlglot/test_compile_readtable.py
tests/unit/core/compile/sqlglot/test_compile_window.py
tests/unit/core/compile/sqlglot/test_dataframe_accessor.py
tests/unit/core/compile/sqlglot/test_scalar_compiler.py
tests/unit/core/compile/sqlglot/test_sqlglot_types.py
tests/unit/core/compile/sqlglot/aggregations/__init__.py
tests/unit/core/compile/sqlglot/aggregations/test_binary_compiler.py
tests/unit/core/compile/sqlglot/aggregations/test_nullary_compiler.py
tests/unit/core/compile/sqlglot/aggregations/test_op_registration.py
tests/unit/core/compile/sqlglot/aggregations/test_ordered_unary_compiler.py
tests/unit/core/compile/sqlglot/aggregations/test_unary_compiler.py
tests/unit/core/compile/sqlglot/aggregations/test_windows.py
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_binary_compiler/test_corr/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_binary_compiler/test_cov/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_nullary_compiler/test_row_number/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_nullary_compiler/test_row_number_with_window/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_nullary_compiler/test_size/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_ordered_unary_compiler/test_array_agg/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_ordered_unary_compiler/test_string_agg/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_all/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_all_w_window/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_value/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_value/window_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_value/window_partition_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_any_w_window/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_approx_quartiles/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_approx_top_count/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_count/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_count/window_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_count/window_partition_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_cut/int_bins.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_cut/int_bins_labels.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_cut/interval_bins.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_cut/interval_bins_labels.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_dense_rank/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_diff_w_bool/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_diff_w_date/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_diff_w_datetime/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_diff_w_int/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_diff_w_timestamp/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_first/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_first_non_null/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_last/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_last_non_null/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_max/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_max/window_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_max/window_partition_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_mean/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_mean/window_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_mean/window_partition_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_median/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_min/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_min/window_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_min/window_partition_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_nunique/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_pop_var/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_pop_var/window_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_product/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_product/window_partition_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_qcut/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_quantile/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_rank/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_shift/lag.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_shift/lead.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_shift/noop.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_size_unary/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_std/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_std/window_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/window_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/window_partition_out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_var/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_var/window_out.sql
tests/unit/core/compile/sqlglot/expressions/__init__.py
tests/unit/core/compile/sqlglot/expressions/test_ai_ops.py
tests/unit/core/compile/sqlglot/expressions/test_array_ops.py
tests/unit/core/compile/sqlglot/expressions/test_blob_ops.py
tests/unit/core/compile/sqlglot/expressions/test_bool_ops.py
tests/unit/core/compile/sqlglot/expressions/test_comparison_ops.py
tests/unit/core/compile/sqlglot/expressions/test_datetime_ops.py
tests/unit/core/compile/sqlglot/expressions/test_generic_ops.py
tests/unit/core/compile/sqlglot/expressions/test_geo_ops.py
tests/unit/core/compile/sqlglot/expressions/test_json_ops.py
tests/unit/core/compile/sqlglot/expressions/test_numeric_ops.py
tests/unit/core/compile/sqlglot/expressions/test_string_ops.py
tests/unit/core/compile/sqlglot/expressions/test_struct_ops.py
tests/unit/core/compile/sqlglot/expressions/test_timedelta_ops.py
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_classify/None/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_classify/bigframes-dev.us.bigframes-default-connection/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_classify_with_params/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_embed/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_embed_with_connection_id/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_embed_with_model/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_embed_with_model_param_and_title/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_embed_with_task_type_and_title/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_bool/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_connection_id/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_bool_with_model_param/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_double/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_connection_id/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_double_with_model_param/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_int/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_connection_id/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_int_with_model_param/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_with_connection_id/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_with_model_param/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_generate_with_output_schema/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_if/None/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_if/bigframes-dev.us.bigframes-default-connection/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_if_with_endpoint/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_score/None/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_score/bigframes-dev.us.bigframes-default-connection/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_score_with_endpoint_and_max_error_ratio/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_similarity/None/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_similarity/bigframes-dev.us.bigframes-default-connection/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_similarity_with_model/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_ai_ops/test_ai_similarity_with_model_param/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_index/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_reduce_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_slice/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_array_to_string/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_array_ops/test_to_array_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_fetch_metadata/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_get_access_url/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_get_access_url_with_duration/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_make_ref/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_blob_ops/test_obj_make_ref_json/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_bool_ops/test_and_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_bool_ops/test_or_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_bool_ops/test_xor_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_eq_null_match/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_eq_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_ge_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_gt_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_is_in/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_le_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_lt_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_maximum_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_minimum_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_comparison_ops/test_ne_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_add_timedelta/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_date/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_datetime_to_integer_label/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_day/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_dayofweek/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_dayofyear/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_floor_dt/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_hour/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_integer_label_to_datetime/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_integer_label_to_datetime_fixed/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_integer_label_to_datetime_month/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_integer_label_to_datetime_quarter/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_integer_label_to_datetime_week/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_integer_label_to_datetime_year/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_iso_day/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_iso_week/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_iso_year/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_minute/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_month/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_normalize/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_quarter/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_second/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_strftime/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_sub_timedelta/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_time/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_to_datetime/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_to_timestamp/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_unix_micros/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_unix_millis/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_unix_seconds/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_datetime_ops/test_year/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_bool/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_float/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_from_json/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_int/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_json/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_string/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_astype_time_like/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_binary_remote_function_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_case_when_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_clip/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_coalesce/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_fillna/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_hash/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_invert/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_isnull/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_map/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_nary_remote_function_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_notnull/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_remote_function_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_row_key/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_sql_scalar_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_generic_ops/test_where/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_area/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_astext/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_boundary/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_buffer/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_centroid/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_convexhull/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_difference/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_distance/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_geogfromtext/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_geogpoint/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_intersection/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_isclosed/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_st_length/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_x/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_geo_ops/test_geo_y/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_extract/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_extract_array/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_extract_string_array/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_keys/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_query/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_query_array/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_set/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_value/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_json_value_array/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_parse_json/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_to_json/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_json_ops/test_to_json_string/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_abs/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_string/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_add_timedelta/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arccos/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arccosh/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arcsin/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arcsinh/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arctan/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arctan2/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_arctanh/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_ceil/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_cos/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_cosh/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_cosine_distance/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_div_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_div_timedelta/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_euclidean_distance/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_exp/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_expm1/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_floor/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_floordiv_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_floordiv_timedelta/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_isfinite/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_ln/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_log10/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_log1p/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_manhattan_distance/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_mod_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_mul_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_mul_timedelta/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_neg/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_pos/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_pow/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_round/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sin/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sinh/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sqrt/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sub_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_sub_timedelta/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_tan/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_tanh/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_numeric_ops/test_unsafe_pow_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_add_string/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_capitalize/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_endswith/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isalnum/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isalpha/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isdecimal/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isdigit/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_islower/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isnumeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isspace/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_isupper/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_len/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_len_w_array/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_lower/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_lstrip/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_regex_replace_str/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_replace_str/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_reverse/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_rstrip/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_startswith/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_contains/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_contains_regex/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_extract/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_find/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_get/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_pad/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_repeat/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_str_slice/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_strconcat/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_string_split/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_strip/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_upper/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_string_ops/test_zfill/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_struct_ops/test_struct_field/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_struct_ops/test_struct_op/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_timedelta_ops/test_timedelta_floor/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_timedelta_ops/test_to_timedelta/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_aggregate/test_compile_aggregate/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_aggregate/test_compile_aggregate_wo_dropna/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_concat/test_compile_concat/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_concat/test_compile_concat_filter_sorted/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_explode/test_compile_explode_dataframe/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_explode/test_compile_explode_series/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_filter/test_compile_filter/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_fromrange/test_compile_fromrange/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_geo/test_st_regionstats/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_geo/test_st_regionstats_without_optional_args/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_geo/test_st_simplify/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_isin/test_compile_isin/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_isin/test_compile_isin_not_nullable/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_projection/test_compile_projection/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_random_sample/test_compile_random_sample/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_json_df/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_lists_df/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_special_values/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readlocal/test_compile_readlocal_w_structs_df/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_columns_filters/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_json_types/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_limit/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_nested_structs_types/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_ordering/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_repeated_types/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_readtable/test_compile_readtable_w_system_time/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_w_groupby_rolling/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_w_range_rolling/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_w_skips_nulls_op/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_compile_window/test_compile_window_wo_skips_nulls_op/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_dataframe_accessor/test_bigframes_sql_scalar/out.sql
tests/unit/core/compile/sqlglot/snapshots/test_dataframe_accessor/test_sql_scalar/out.sql
tests/unit/core/compile/sqlglot/sql/test_base.py
tests/unit/core/compile/sqlglot/sql/test_ddl.py
tests/unit/core/compile/sqlglot/sql/test_dml.py
tests/unit/core/compile/sqlglot/sql/snapshots/test_ddl/test_create_external_table/out.sql
tests/unit/core/compile/sqlglot/sql/snapshots/test_ddl/test_create_external_table_all_options/out.sql
tests/unit/core/compile/sqlglot/sql/snapshots/test_ddl/test_create_external_table_if_not_exists/out.sql
tests/unit/core/compile/sqlglot/sql/snapshots/test_ddl/test_load_data_all_options/out.sql
tests/unit/core/compile/sqlglot/sql/snapshots/test_ddl/test_load_data_minimal/out.sql
tests/unit/core/compile/sqlglot/sql/snapshots/test_dml/test_insert_from_select/out.sql
tests/unit/core/compile/sqlglot/sql/snapshots/test_dml/test_insert_from_table/out.sql
tests/unit/core/compile/sqlglot/sql/snapshots/test_dml/test_replace_from_select/out.sql
tests/unit/core/compile/sqlglot/sql/snapshots/test_dml/test_replace_from_table/out.sql
tests/unit/core/compile/sqlglot/tpch/conftest.py
tests/unit/core/compile/sqlglot/tpch/test_tpch.py
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/1/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/10/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/11/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/12/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/13/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/14/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/15/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/16/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/17/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/18/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/19/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/2/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/20/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/21/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/22/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/3/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/4/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/5/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/6/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/7/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/8/out.sql
tests/unit/core/compile/sqlglot/tpch/snapshots/test_tpch/test_tpch_query/9/out.sql
tests/unit/core/logging/__init__.py
tests/unit/core/logging/test_data_types.py
tests/unit/core/logging/test_log_adapter.py
tests/unit/core/rewrite/conftest.py
tests/unit/core/rewrite/test_identifiers.py
tests/unit/core/rewrite/test_slices.py
tests/unit/core/sql/test_ml.py
tests/unit/core/sql/snapshots/test_ml/test_create_model_basic/create_model_basic.sql
tests/unit/core/sql/snapshots/test_ml/test_create_model_hparam_tuning/create_model_hparam_tuning.sql
tests/unit/core/sql/snapshots/test_ml/test_create_model_if_not_exists/create_model_if_not_exists.sql
tests/unit/core/sql/snapshots/test_ml/test_create_model_list_option/create_model_list_option.sql
tests/unit/core/sql/snapshots/test_ml/test_create_model_remote/create_model_remote.sql
tests/unit/core/sql/snapshots/test_ml/test_create_model_remote_default/create_model_remote_default.sql
tests/unit/core/sql/snapshots/test_ml/test_create_model_replace/create_model_replace.sql
tests/unit/core/sql/snapshots/test_ml/test_create_model_training_data_and_holiday/create_model_training_data_and_holiday.sql
tests/unit/core/sql/snapshots/test_ml/test_create_model_transform/create_model_transform.sql
tests/unit/core/sql/snapshots/test_ml/test_evaluate_model_basic/evaluate_model_basic.sql
tests/unit/core/sql/snapshots/test_ml/test_evaluate_model_with_options/evaluate_model_with_options.sql
tests/unit/core/sql/snapshots/test_ml/test_evaluate_model_with_table/evaluate_model_with_table.sql
tests/unit/core/sql/snapshots/test_ml/test_explain_predict_model_basic/explain_predict_model_basic.sql
tests/unit/core/sql/snapshots/test_ml/test_explain_predict_model_with_options/explain_predict_model_with_options.sql
tests/unit/core/sql/snapshots/test_ml/test_generate_embedding_model_basic/generate_embedding_model_basic.sql
tests/unit/core/sql/snapshots/test_ml/test_generate_embedding_model_with_options/generate_embedding_model_with_options.sql
tests/unit/core/sql/snapshots/test_ml/test_generate_text_model_basic/generate_text_model_basic.sql
tests/unit/core/sql/snapshots/test_ml/test_generate_text_model_with_options/generate_text_model_with_options.sql
tests/unit/core/sql/snapshots/test_ml/test_get_insights_model_basic/get_insights_model_basic.sql
tests/unit/core/sql/snapshots/test_ml/test_global_explain_model_basic/global_explain_model_basic.sql
tests/unit/core/sql/snapshots/test_ml/test_global_explain_model_with_options/global_explain_model_with_options.sql
tests/unit/core/sql/snapshots/test_ml/test_predict_model_basic/predict_model_basic.sql
tests/unit/core/sql/snapshots/test_ml/test_predict_model_with_options/predict_model_with_options.sql
tests/unit/core/sql/snapshots/test_ml/test_transform_model_basic/transform_model_basic.sql
tests/unit/core/tools/__init__.py
tests/unit/core/tools/test_bigquery_schema.py
tests/unit/core/tools/test_datetimes.py
tests/unit/display/test_anywidget.py
tests/unit/display/test_html.py
tests/unit/display/test_render_mode.py
tests/unit/extensions/__init__.py
tests/unit/extensions/pandas/__init__.py
tests/unit/extensions/pandas/test_registration.py
tests/unit/functions/__init__.py
tests/unit/functions/test_function_template.py
tests/unit/functions/test_function_typing.py
tests/unit/functions/test_remote_function.py
tests/unit/functions/test_remote_function_utils.py
tests/unit/ml/__init__.py
tests/unit/ml/test_api_primitives.py
tests/unit/ml/test_compose.py
tests/unit/ml/test_forecasting.py
tests/unit/ml/test_golden_sql.py
tests/unit/ml/test_matrix_factorization.py
tests/unit/ml/test_pipeline.py
tests/unit/ml/test_sql.py
tests/unit/operations/__init__.py
tests/unit/operations/test_output_schemas.py
tests/unit/pandas/io/test_api.py
tests/unit/session/__init__.py
tests/unit/session/test_clients.py
tests/unit/session/test_io_arrow.py
tests/unit/session/test_io_bigquery.py
tests/unit/session/test_io_pandas.py
tests/unit/session/test_local_scan_executor.py
tests/unit/session/test_metrics.py
tests/unit/session/test_proxy_executor.py
tests/unit/session/test_read_gbq_colab.py
tests/unit/session/test_read_gbq_query.py
tests/unit/session/test_read_gbq_table.py
tests/unit/session/test_session.py
tests/unit/session/test_time.py
third_party/bigframes_vendored/__init__.py
third_party/bigframes_vendored/constants.py
third_party/bigframes_vendored/py.typed
third_party/bigframes_vendored/version.py
third_party/bigframes_vendored/cpython/LICENSE
third_party/bigframes_vendored/cpython/__init__.py
third_party/bigframes_vendored/cpython/_pprint.py
third_party/bigframes_vendored/db_benchmark/LICENSE
third_party/bigframes_vendored/db_benchmark/METADATA
third_party/bigframes_vendored/db_benchmark/README.md
third_party/bigframes_vendored/db_benchmark/__init__.py
third_party/bigframes_vendored/db_benchmark/groupby_queries.py
third_party/bigframes_vendored/db_benchmark/join_queries.py
third_party/bigframes_vendored/db_benchmark/sort_queries.py
third_party/bigframes_vendored/geopandas/LICENSE.txt
third_party/bigframes_vendored/geopandas/geoseries.py
third_party/bigframes_vendored/google_cloud_bigquery/LICENSE
third_party/bigframes_vendored/google_cloud_bigquery/__init__.py
third_party/bigframes_vendored/google_cloud_bigquery/_pandas_helpers.py
third_party/bigframes_vendored/google_cloud_bigquery/retry.py
third_party/bigframes_vendored/google_cloud_bigquery/tests/__init__.py
third_party/bigframes_vendored/google_cloud_bigquery/tests/unit/__init__.py
third_party/bigframes_vendored/google_cloud_bigquery/tests/unit/test_pandas_helpers.py
third_party/bigframes_vendored/ibis/LICENSE.txt
third_party/bigframes_vendored/ibis/README.md
third_party/bigframes_vendored/ibis/__init__.py
third_party/bigframes_vendored/ibis/config.py
third_party/bigframes_vendored/ibis/selectors.py
third_party/bigframes_vendored/ibis/util.py
third_party/bigframes_vendored/ibis/backends/__init__.py
third_party/bigframes_vendored/ibis/backends/bigquery/__init__.py
third_party/bigframes_vendored/ibis/backends/bigquery/backend.py
third_party/bigframes_vendored/ibis/backends/bigquery/client.py
third_party/bigframes_vendored/ibis/backends/bigquery/converter.py
third_party/bigframes_vendored/ibis/backends/bigquery/datatypes.py
third_party/bigframes_vendored/ibis/backends/sql/__init__.py
third_party/bigframes_vendored/ibis/backends/sql/datatypes.py
third_party/bigframes_vendored/ibis/backends/sql/rewrites.py
third_party/bigframes_vendored/ibis/backends/sql/compilers/__init__.py
third_party/bigframes_vendored/ibis/backends/sql/compilers/base.py
third_party/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py
third_party/bigframes_vendored/ibis/common/__init__.py
third_party/bigframes_vendored/ibis/common/annotations.py
third_party/bigframes_vendored/ibis/common/bases.py
third_party/bigframes_vendored/ibis/common/caching.py
third_party/bigframes_vendored/ibis/common/collections.py
third_party/bigframes_vendored/ibis/common/deferred.py
third_party/bigframes_vendored/ibis/common/dispatch.py
third_party/bigframes_vendored/ibis/common/egraph.py
third_party/bigframes_vendored/ibis/common/exceptions.py
third_party/bigframes_vendored/ibis/common/graph.py
third_party/bigframes_vendored/ibis/common/grounds.py
third_party/bigframes_vendored/ibis/common/numeric.py
third_party/bigframes_vendored/ibis/common/patterns.py
third_party/bigframes_vendored/ibis/common/selectors.py
third_party/bigframes_vendored/ibis/common/temporal.py
third_party/bigframes_vendored/ibis/common/typing.py
third_party/bigframes_vendored/ibis/expr/__init__.py
third_party/bigframes_vendored/ibis/expr/api.py
third_party/bigframes_vendored/ibis/expr/builders.py
third_party/bigframes_vendored/ibis/expr/datashape.py
third_party/bigframes_vendored/ibis/expr/decompile.py
third_party/bigframes_vendored/ibis/expr/format.py
third_party/bigframes_vendored/ibis/expr/rewrites.py
third_party/bigframes_vendored/ibis/expr/rules.py
third_party/bigframes_vendored/ibis/expr/schema.py
third_party/bigframes_vendored/ibis/expr/sql.py
third_party/bigframes_vendored/ibis/expr/visualize.py
third_party/bigframes_vendored/ibis/expr/datatypes/__init__.py
third_party/bigframes_vendored/ibis/expr/datatypes/cast.py
third_party/bigframes_vendored/ibis/expr/datatypes/core.py
third_party/bigframes_vendored/ibis/expr/datatypes/value.py
third_party/bigframes_vendored/ibis/expr/operations/__init__.py
third_party/bigframes_vendored/ibis/expr/operations/ai_ops.py
third_party/bigframes_vendored/ibis/expr/operations/analytic.py
third_party/bigframes_vendored/ibis/expr/operations/arrays.py
third_party/bigframes_vendored/ibis/expr/operations/core.py
third_party/bigframes_vendored/ibis/expr/operations/generic.py
third_party/bigframes_vendored/ibis/expr/operations/geospatial.py
third_party/bigframes_vendored/ibis/expr/operations/histograms.py
third_party/bigframes_vendored/ibis/expr/operations/json.py
third_party/bigframes_vendored/ibis/expr/operations/logical.py
third_party/bigframes_vendored/ibis/expr/operations/maps.py
third_party/bigframes_vendored/ibis/expr/operations/numeric.py
third_party/bigframes_vendored/ibis/expr/operations/reductions.py
third_party/bigframes_vendored/ibis/expr/operations/relations.py
third_party/bigframes_vendored/ibis/expr/operations/sortkeys.py
third_party/bigframes_vendored/ibis/expr/operations/strings.py
third_party/bigframes_vendored/ibis/expr/operations/structs.py
third_party/bigframes_vendored/ibis/expr/operations/subqueries.py
third_party/bigframes_vendored/ibis/expr/operations/temporal.py
third_party/bigframes_vendored/ibis/expr/operations/udf.py
third_party/bigframes_vendored/ibis/expr/operations/window.py
third_party/bigframes_vendored/ibis/expr/types/__init__.py
third_party/bigframes_vendored/ibis/expr/types/arrays.py
third_party/bigframes_vendored/ibis/expr/types/binary.py
third_party/bigframes_vendored/ibis/expr/types/core.py
third_party/bigframes_vendored/ibis/expr/types/dataframe_interchange.py
third_party/bigframes_vendored/ibis/expr/types/generic.py
third_party/bigframes_vendored/ibis/expr/types/geospatial.py
third_party/bigframes_vendored/ibis/expr/types/groupby.py
third_party/bigframes_vendored/ibis/expr/types/joins.py
third_party/bigframes_vendored/ibis/expr/types/json.py
third_party/bigframes_vendored/ibis/expr/types/logical.py
third_party/bigframes_vendored/ibis/expr/types/maps.py
third_party/bigframes_vendored/ibis/expr/types/numeric.py
third_party/bigframes_vendored/ibis/expr/types/pretty.py
third_party/bigframes_vendored/ibis/expr/types/relations.py
third_party/bigframes_vendored/ibis/expr/types/strings.py
third_party/bigframes_vendored/ibis/expr/types/structs.py
third_party/bigframes_vendored/ibis/expr/types/temporal.py
third_party/bigframes_vendored/ibis/expr/types/temporal_windows.py
third_party/bigframes_vendored/ibis/expr/types/typing.py
third_party/bigframes_vendored/ibis/expr/types/uuid.py
third_party/bigframes_vendored/ibis/formats/__init__.py
third_party/bigframes_vendored/ibis/formats/numpy.py
third_party/bigframes_vendored/ibis/formats/pandas.py
third_party/bigframes_vendored/ibis/formats/polars.py
third_party/bigframes_vendored/ibis/formats/pyarrow.py
third_party/bigframes_vendored/pandas/AUTHORS.md
third_party/bigframes_vendored/pandas/LICENSE
third_party/bigframes_vendored/pandas/README.md
third_party/bigframes_vendored/pandas/__init__.py
third_party/bigframes_vendored/pandas/_config/config.py
third_party/bigframes_vendored/pandas/core/col.py
third_party/bigframes_vendored/pandas/core/common.py
third_party/bigframes_vendored/pandas/core/config_init.py
third_party/bigframes_vendored/pandas/core/frame.py
third_party/bigframes_vendored/pandas/core/generic.py
third_party/bigframes_vendored/pandas/core/indexing.py
third_party/bigframes_vendored/pandas/core/series.py
third_party/bigframes_vendored/pandas/core/arrays/__init__.py
third_party/bigframes_vendored/pandas/core/arrays/datetimelike.py
third_party/bigframes_vendored/pandas/core/arrays/arrow/__init__.py
third_party/bigframes_vendored/pandas/core/arrays/arrow/accessors.py
third_party/bigframes_vendored/pandas/core/computation/align.py
third_party/bigframes_vendored/pandas/core/computation/common.py
third_party/bigframes_vendored/pandas/core/computation/engines.py
third_party/bigframes_vendored/pandas/core/computation/eval.py
third_party/bigframes_vendored/pandas/core/computation/expr.py
third_party/bigframes_vendored/pandas/core/computation/ops.py
third_party/bigframes_vendored/pandas/core/computation/parsing.py
third_party/bigframes_vendored/pandas/core/computation/scope.py
third_party/bigframes_vendored/pandas/core/dtypes/inference.py
third_party/bigframes_vendored/pandas/core/groupby/__init__.py
third_party/bigframes_vendored/pandas/core/indexes/__init__.py
third_party/bigframes_vendored/pandas/core/indexes/accessor.py
third_party/bigframes_vendored/pandas/core/indexes/base.py
third_party/bigframes_vendored/pandas/core/indexes/datetimes.py
third_party/bigframes_vendored/pandas/core/indexes/multi.py
third_party/bigframes_vendored/pandas/core/reshape/__init__.py
third_party/bigframes_vendored/pandas/core/reshape/concat.py
third_party/bigframes_vendored/pandas/core/reshape/encoding.py
third_party/bigframes_vendored/pandas/core/reshape/merge.py
third_party/bigframes_vendored/pandas/core/reshape/pivot.py
third_party/bigframes_vendored/pandas/core/reshape/tile.py
third_party/bigframes_vendored/pandas/core/strings/accessor.py
third_party/bigframes_vendored/pandas/core/tools/__init__.py
third_party/bigframes_vendored/pandas/core/tools/datetimes.py
third_party/bigframes_vendored/pandas/core/tools/timedeltas.py
third_party/bigframes_vendored/pandas/core/window/__init__.py
third_party/bigframes_vendored/pandas/core/window/rolling.py
third_party/bigframes_vendored/pandas/io/__init__.py
third_party/bigframes_vendored/pandas/io/common.py
third_party/bigframes_vendored/pandas/io/gbq.py
third_party/bigframes_vendored/pandas/io/parquet.py
third_party/bigframes_vendored/pandas/io/pickle.py
third_party/bigframes_vendored/pandas/io/parsers/__init__.py
third_party/bigframes_vendored/pandas/io/parsers/readers.py
third_party/bigframes_vendored/pandas/pandas/_typing.py
third_party/bigframes_vendored/pandas/plotting/_core.py
third_party/bigframes_vendored/pandas/util/_exceptions.py
third_party/bigframes_vendored/pandas/util/_validators.py
third_party/bigframes_vendored/sklearn/COPYING
third_party/bigframes_vendored/sklearn/__init__.py
third_party/bigframes_vendored/sklearn/base.py
third_party/bigframes_vendored/sklearn/pipeline.py
third_party/bigframes_vendored/sklearn/cluster/_kmeans.py
third_party/bigframes_vendored/sklearn/compose/_column_transformer.py
third_party/bigframes_vendored/sklearn/decomposition/_mf.py
third_party/bigframes_vendored/sklearn/decomposition/_pca.py
third_party/bigframes_vendored/sklearn/ensemble/__init__.py
third_party/bigframes_vendored/sklearn/ensemble/_forest.py
third_party/bigframes_vendored/sklearn/impute/_base.py
third_party/bigframes_vendored/sklearn/linear_model/_base.py
third_party/bigframes_vendored/sklearn/linear_model/_logistic.py
third_party/bigframes_vendored/sklearn/metrics/_classification.py
third_party/bigframes_vendored/sklearn/metrics/_ranking.py
third_party/bigframes_vendored/sklearn/metrics/_regression.py
third_party/bigframes_vendored/sklearn/metrics/pairwise.py
third_party/bigframes_vendored/sklearn/model_selection/_split.py
third_party/bigframes_vendored/sklearn/model_selection/_validation.py
third_party/bigframes_vendored/sklearn/preprocessing/_data.py
third_party/bigframes_vendored/sklearn/preprocessing/_discretization.py
third_party/bigframes_vendored/sklearn/preprocessing/_encoder.py
third_party/bigframes_vendored/sklearn/preprocessing/_label.py
third_party/bigframes_vendored/sklearn/preprocessing/_polynomial.py
third_party/bigframes_vendored/sqlglot/LICENSE
third_party/bigframes_vendored/sqlglot/__init__.py
third_party/bigframes_vendored/sqlglot/diff.py
third_party/bigframes_vendored/sqlglot/errors.py
third_party/bigframes_vendored/sqlglot/expressions.py
third_party/bigframes_vendored/sqlglot/generator.py
third_party/bigframes_vendored/sqlglot/helper.py
third_party/bigframes_vendored/sqlglot/jsonpath.py
third_party/bigframes_vendored/sqlglot/lineage.py
third_party/bigframes_vendored/sqlglot/parser.py
third_party/bigframes_vendored/sqlglot/planner.py
third_party/bigframes_vendored/sqlglot/py.typed
third_party/bigframes_vendored/sqlglot/schema.py
third_party/bigframes_vendored/sqlglot/serde.py
third_party/bigframes_vendored/sqlglot/time.py
third_party/bigframes_vendored/sqlglot/tokens.py
third_party/bigframes_vendored/sqlglot/transforms.py
third_party/bigframes_vendored/sqlglot/trie.py
third_party/bigframes_vendored/sqlglot/dialects/__init__.py
third_party/bigframes_vendored/sqlglot/dialects/bigquery.py
third_party/bigframes_vendored/sqlglot/dialects/dialect.py
third_party/bigframes_vendored/sqlglot/optimizer/__init__.py
third_party/bigframes_vendored/sqlglot/optimizer/annotate_types.py
third_party/bigframes_vendored/sqlglot/optimizer/canonicalize.py
third_party/bigframes_vendored/sqlglot/optimizer/eliminate_ctes.py
third_party/bigframes_vendored/sqlglot/optimizer/eliminate_joins.py
third_party/bigframes_vendored/sqlglot/optimizer/eliminate_subqueries.py
third_party/bigframes_vendored/sqlglot/optimizer/isolate_table_selects.py
third_party/bigframes_vendored/sqlglot/optimizer/merge_subqueries.py
third_party/bigframes_vendored/sqlglot/optimizer/normalize.py
third_party/bigframes_vendored/sqlglot/optimizer/normalize_identifiers.py
third_party/bigframes_vendored/sqlglot/optimizer/optimize_joins.py
third_party/bigframes_vendored/sqlglot/optimizer/optimizer.py
third_party/bigframes_vendored/sqlglot/optimizer/pushdown_predicates.py
third_party/bigframes_vendored/sqlglot/optimizer/pushdown_projections.py
third_party/bigframes_vendored/sqlglot/optimizer/qualify.py
third_party/bigframes_vendored/sqlglot/optimizer/qualify_columns.py
third_party/bigframes_vendored/sqlglot/optimizer/qualify_tables.py
third_party/bigframes_vendored/sqlglot/optimizer/resolver.py
third_party/bigframes_vendored/sqlglot/optimizer/scope.py
third_party/bigframes_vendored/sqlglot/optimizer/simplify.py
third_party/bigframes_vendored/sqlglot/optimizer/unnest_subqueries.py
third_party/bigframes_vendored/sqlglot/typing/__init__.py
third_party/bigframes_vendored/sqlglot/typing/bigquery.py
third_party/bigframes_vendored/tpch/LICENSE
third_party/bigframes_vendored/tpch/METADATA
third_party/bigframes_vendored/tpch/README.md
third_party/bigframes_vendored/tpch/TPC-EULA.txt
third_party/bigframes_vendored/tpch/__init__.py
third_party/bigframes_vendored/tpch/queries/__init__.py
third_party/bigframes_vendored/tpch/queries/q1.py
third_party/bigframes_vendored/tpch/queries/q10.py
third_party/bigframes_vendored/tpch/queries/q11.py
third_party/bigframes_vendored/tpch/queries/q12.py
third_party/bigframes_vendored/tpch/queries/q13.py
third_party/bigframes_vendored/tpch/queries/q14.py
third_party/bigframes_vendored/tpch/queries/q15.py
third_party/bigframes_vendored/tpch/queries/q16.py
third_party/bigframes_vendored/tpch/queries/q17.py
third_party/bigframes_vendored/tpch/queries/q18.py
third_party/bigframes_vendored/tpch/queries/q19.py
third_party/bigframes_vendored/tpch/queries/q2.py
third_party/bigframes_vendored/tpch/queries/q20.py
third_party/bigframes_vendored/tpch/queries/q21.py
third_party/bigframes_vendored/tpch/queries/q22.py
third_party/bigframes_vendored/tpch/queries/q3.py
third_party/bigframes_vendored/tpch/queries/q4.py
third_party/bigframes_vendored/tpch/queries/q5.py
third_party/bigframes_vendored/tpch/queries/q6.py
third_party/bigframes_vendored/tpch/queries/q7.py
third_party/bigframes_vendored/tpch/queries/q8.py
third_party/bigframes_vendored/tpch/queries/q9.py
third_party/bigframes_vendored/tpch/sql_queries/q1.sql
third_party/bigframes_vendored/tpch/sql_queries/q10.sql
third_party/bigframes_vendored/tpch/sql_queries/q11.sql
third_party/bigframes_vendored/tpch/sql_queries/q12.sql
third_party/bigframes_vendored/tpch/sql_queries/q13.sql
third_party/bigframes_vendored/tpch/sql_queries/q14.sql
third_party/bigframes_vendored/tpch/sql_queries/q15.sql
third_party/bigframes_vendored/tpch/sql_queries/q16.sql
third_party/bigframes_vendored/tpch/sql_queries/q17.sql
third_party/bigframes_vendored/tpch/sql_queries/q18.sql
third_party/bigframes_vendored/tpch/sql_queries/q19.sql
third_party/bigframes_vendored/tpch/sql_queries/q2.sql
third_party/bigframes_vendored/tpch/sql_queries/q20.sql
third_party/bigframes_vendored/tpch/sql_queries/q21.sql
third_party/bigframes_vendored/tpch/sql_queries/q22.sql
third_party/bigframes_vendored/tpch/sql_queries/q3.sql
third_party/bigframes_vendored/tpch/sql_queries/q4.sql
third_party/bigframes_vendored/tpch/sql_queries/q5.sql
third_party/bigframes_vendored/tpch/sql_queries/q6.sql
third_party/bigframes_vendored/tpch/sql_queries/q7.sql
third_party/bigframes_vendored/tpch/sql_queries/q8.sql
third_party/bigframes_vendored/tpch/sql_queries/q9.sql
third_party/bigframes_vendored/xgboost/LICENSE
third_party/bigframes_vendored/xgboost/__init__.py
third_party/bigframes_vendored/xgboost/sklearn.py