LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
bigframes/__init__.py
bigframes/_importing.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/bigquery_options.py
bigframes/_config/compute_options.py
bigframes/_config/display_options.py
bigframes/_config/experiment_options.py
bigframes/_config/sampling_options.py
bigframes/_tools/__init__.py
bigframes/_tools/strings.py
bigframes/bigquery/__init__.py
bigframes/bigquery/_operations/__init__.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/json.py
bigframes/bigquery/_operations/search.py
bigframes/bigquery/_operations/sql.py
bigframes/bigquery/_operations/struct.py
bigframes/blob/_functions.py
bigframes/core/__init__.py
bigframes/core/array_value.py
bigframes/core/bigframe_node.py
bigframes/core/block_transforms.py
bigframes/core/blocks.py
bigframes/core/convert.py
bigframes/core/eval.py
bigframes/core/explode.py
bigframes/core/expression.py
bigframes/core/field.py
bigframes/core/global_session.py
bigframes/core/guid.py
bigframes/core/identifiers.py
bigframes/core/indexers.py
bigframes/core/join_def.py
bigframes/core/local_data.py
bigframes/core/log_adapter.py
bigframes/core/nodes.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.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/aggregate_compiler.py
bigframes/core/compile/api.py
bigframes/core/compile/compiled.py
bigframes/core/compile/compiler.py
bigframes/core/compile/concat.py
bigframes/core/compile/configs.py
bigframes/core/compile/constants.py
bigframes/core/compile/default_ordering.py
bigframes/core/compile/explode.py
bigframes/core/compile/ibis_types.py
bigframes/core/compile/scalar_op_compiler.py
bigframes/core/compile/schema_translator.py
bigframes/core/compile/googlesql/__init__.py
bigframes/core/compile/googlesql/abc.py
bigframes/core/compile/googlesql/datatype.py
bigframes/core/compile/googlesql/expression.py
bigframes/core/compile/googlesql/function.py
bigframes/core/compile/googlesql/query.py
bigframes/core/compile/polars/__init__.py
bigframes/core/compile/polars/compiler.py
bigframes/core/compile/polars/lowering.py
bigframes/core/compile/sqlglot/__init__.py
bigframes/core/compile/sqlglot/aggregate_compiler.py
bigframes/core/compile/sqlglot/compiler.py
bigframes/core/compile/sqlglot/scalar_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/utils.py
bigframes/core/compile/sqlglot/expressions/__init__.py
bigframes/core/compile/sqlglot/expressions/binary_compiler.py
bigframes/core/compile/sqlglot/expressions/nary_compiler.py
bigframes/core/compile/sqlglot/expressions/op_registration.py
bigframes/core/compile/sqlglot/expressions/ternary_compiler.py
bigframes/core/compile/sqlglot/expressions/typed_expr.py
bigframes/core/compile/sqlglot/expressions/unary_compiler.py
bigframes/core/groupby/__init__.py
bigframes/core/groupby/aggs.py
bigframes/core/groupby/dataframe_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/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/tile.py
bigframes/core/rewrite/__init__.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/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/windows.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/table_widget.js
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/array_ops.py
bigframes/operations/base.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/json_ops.py
bigframes/operations/lists.py
bigframes/operations/numeric_ops.py
bigframes/operations/numpy_op_maps.py
bigframes/operations/plotting.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/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/executor.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/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/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/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/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_model_selection.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_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_unordered.py
tests/system/small/test_window.py
tests/system/small/bigquery/__init__.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_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/indexes/__init__.py
tests/system/small/core/indexes/test_base.py
tests/system/small/core/indexes/test_datetimes.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_comparison_ops.py
tests/system/small/engines/test_concat.py
tests/system/small/engines/test_filtering.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/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_llm.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_multimodal_llm.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/core/methods/__init__.py
tests/system/small/pandas/core/methods/test_describe.py
tests/system/small/pandas/io/__init__.py
tests/system/small/pandas/io/api/__init__.py
tests/system/small/pandas/io/api/test_read_gbq_colab.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/unit/__init__.py
tests/unit/test_clients.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_features.py
tests/unit/test_formatting_helpers.py
tests/unit/test_index.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/_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_json.py
tests/unit/core/__init__.py
tests/unit/core/test_bf_utils.py
tests/unit/core/test_blocks.py
tests/unit/core/test_dtypes.py
tests/unit/core/test_expression.py
tests/unit/core/test_guid.py
tests/unit/core/test_indexes.py
tests/unit/core/test_log_adapter.py
tests/unit/core/test_pyarrow_utils.py
tests/unit/core/test_pyformat.py
tests/unit/core/test_rewrite.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/googlesql/__init__.py
tests/unit/core/compile/googlesql/test_expression.py
tests/unit/core/compile/googlesql/test_function.py
tests/unit/core/compile/googlesql/test_query.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_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_sqlglot_types.py
tests/unit/core/compile/sqlglot/aggregations/__init__.py
tests/unit/core/compile/sqlglot/aggregations/test_op_registration.py
tests/unit/core/compile/sqlglot/aggregations/test_unary_compiler.py
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_size/out.sql
tests/unit/core/compile/sqlglot/aggregations/snapshots/test_unary_compiler/test_sum/out.sql
tests/unit/core/compile/sqlglot/expressions/__init__.py
tests/unit/core/compile/sqlglot/expressions/test_binary_compiler.py
tests/unit/core/compile/sqlglot/expressions/test_op_registration.py
tests/unit/core/compile/sqlglot/expressions/test_unary_compiler.py
tests/unit/core/compile/sqlglot/expressions/snapshots/test_binary_compiler/test_add_numeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_binary_compiler/test_add_numeric_w_scalar/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_binary_compiler/test_add_string/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_binary_compiler/test_json_set/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_abs/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_arccos/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_arccosh/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_arcsin/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_arcsinh/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_arctan/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_arctanh/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_array_index/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_array_slice_with_only_start/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_array_slice_with_start_and_stop/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_array_to_string/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_capitalize/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_ceil/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_compile_numerical_add_w_scalar/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_compile_string_add/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_cos/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_cosh/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_date/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_day/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_dayofweek/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_dayofyear/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_exp/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_expm1/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_floor/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_hash/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_hour/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_invert/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_isalnum/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_isalpha/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_isdecimal/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_isdigit/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_islower/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_isnull/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_isnumeric/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_iso_day/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_iso_week/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_isspace/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_isupper/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_json_extract/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_json_extract_array/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_json_extract_string_array/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_json_query/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_json_query_array/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_json_value/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_notnull/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_parse_json/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_sin/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_sinh/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_tan/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_tanh/out.sql
tests/unit/core/compile/sqlglot/expressions/snapshots/test_unary_compiler/test_to_json_string/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_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_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_nested_structs_df/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_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/tools/__init__.py
tests/unit/core/tools/test_bigquery_schema.py
tests/unit/core/tools/test_datetimes.py
tests/unit/functions/__init__.py
tests/unit/functions/test_function_template.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/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_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/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/bigquery/udf/__init__.py
third_party/bigframes_vendored/ibis/backends/bigquery/udf/core.py
third_party/bigframes_vendored/ibis/backends/bigquery/udf/find.py
third_party/bigframes_vendored/ibis/backends/bigquery/udf/rewrite.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/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/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/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/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