Created
January 4, 2023 20:46
-
-
Save cpcloud/63a5395aeebcba3c10822c2e2040058f to your computer and use it in GitHub Desktop.
pandas.md.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG - Loading configuration file: /home/cloud/src/ibis/mkdocs.yml | |
DEBUG - Loaded theme configuration for 'material' from '/nix/store/cwsg2cw6yk8yrybyyj0ybg99x6ldd9sl-python3-3.10.9-env/lib/python3.10/site-packages/material/mkdocs_theme.yml': {'language': 'en', 'direction': None, 'features': [], 'palette': {'primary': None, 'accent': None}, 'font': {'text': 'Roboto', 'code': 'Roboto Mono'}, 'icon': None, 'favicon': 'assets/images/favicon.png', 'include_search_page': False, 'search_index_only': True, 'static_templates': ['404.html']} | |
DEBUG - Config value 'config_file_path' = '/home/cloud/src/ibis/mkdocs.yml' | |
DEBUG - Config value 'site_name' = 'Ibis Project' | |
DEBUG - Config value 'nav' = None | |
DEBUG - Config value 'pages' = None | |
DEBUG - Config value 'site_url' = 'https://ibis-project.org/' | |
DEBUG - Config value 'site_description' = None | |
DEBUG - Config value 'site_author' = None | |
DEBUG - Config value 'theme' = Theme(name='material', dirs=['/home/cloud/src/ibis/docs/overrides', '/nix/store/cwsg2cw6yk8yrybyyj0ybg99x6ldd9sl-python3-3.10.9-env/lib/python3.10/site-packages/material', '/nix/store/cwsg2cw6yk8yrybyyj0ybg99x6ldd9sl-python3-3.10.9-env/lib/python3.10/site-packages/mkdocs/templates'], static_templates=['sitemap.xml', '404.html'], name='material', locale=Locale('en'), language='en', direction=None, features=['navigation.tabs', 'navigation.tabs.sticky', 'content.code.annotate', 'content.tabs.link', 'header.autohide', 'navigation.indexes', 'navigation.instant', 'navigation.tracking', 'search.highlight', 'search.share', 'search.suggest'], palette={'scheme': 'slate', 'primary': 'teal', 'accent': 'lime'}, font={'text': 'Roboto', 'code': 'Roboto Mono'}, icon={'repo': 'fontawesome/brands/github'}, favicon='static/icons/ibis/logo.svg', include_search_page=False, search_index_only=True, logo='static/icons/ibis/logo.svg') | |
DEBUG - Config value 'docs_dir' = '/home/cloud/src/ibis/docs' | |
DEBUG - Config value 'site_dir' = '/home/cloud/src/ibis/site' | |
DEBUG - Config value 'copyright' = 'Copyright © 2014-2022' | |
DEBUG - Config value 'google_analytics' = None | |
DEBUG - Config value 'dev_addr' = _IpAddressValue(host='127.0.0.1', port=8000) | |
DEBUG - Config value 'use_directory_urls' = True | |
DEBUG - Config value 'repo_url' = 'https://github.com/ibis-project/ibis' | |
DEBUG - Config value 'repo_name' = 'GitHub' | |
DEBUG - Config value 'edit_uri_template' = None | |
DEBUG - Config value 'edit_uri' = '' | |
DEBUG - Config value 'extra_css' = ['stylesheets/extra.css'] | |
DEBUG - Config value 'extra_javascript' = ['javascripts/mathjax.js', 'https://polyfill.io/v3/polyfill.min.js?features=es6', 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js'] | |
DEBUG - Config value 'extra_templates' = [] | |
DEBUG - Config value 'markdown_extensions' = ['toc', 'tables', 'fenced_code', 'admonition', 'attr_list', 'def_list', 'footnotes', 'md_in_html', 'meta', 'pymdownx.arithmatex', 'pymdownx.emoji', 'pymdownx.details', 'pymdownx.highlight', 'pymdownx.inlinehilite', 'pymdownx.magiclink', 'pymdownx.saneheaders', 'pymdownx.snippets', 'pymdownx.superfences', 'pymdownx.tabbed'] | |
DEBUG - Config value 'mdx_configs' = {'pymdownx.arithmatex': {'generic': True}, 'pymdownx.emoji': {'emoji_index': <function twemoji at 0x7feadd64e440>, 'emoji_generator': <function to_svg at 0x7feadd64e5f0>, 'options': {'custom_icons': ['docs/static/icons']}}, 'pymdownx.magiclink': {'provider': 'github', 'repo_url_shortener': True}, 'pymdownx.tabbed': {'alternate_style': True}, 'toc': {'permalink': True, 'permalink_title': 'Anchor link to this section for reference'}} | |
DEBUG - Config value 'strict' = False | |
DEBUG - Config value 'remote_branch' = 'gh-pages' | |
DEBUG - Config value 'remote_name' = 'origin' | |
DEBUG - Config value 'extra' = {'version': {'provider': 'mike'}, 'project_name': 'ibis', 'team': [{'name': 'Maintainers', 'members': ['cpcloud', 'kszucs', 'jreback', 'gforsyth', 'jcrist', 'saulpw']}], 'social': [{'icon': 'fontawesome/brands/twitter', 'link': 'https://twitter.com/IbisData'}, {'icon': 'fontawesome/brands/github', 'link': 'https://github.com/ibis-project/ibis/discussions'}, {'icon': 'fontawesome/brands/gitter', 'link': 'https://gitter.im/ibis-dev/Lobby'}, {'icon': 'fontawesome/brands/stack-overflow', 'link': 'https://stackoverflow.com/questions/tagged/ibis'}], 'support_levels': {'supported': {'icon': ':material-check-decagram:{ .verified }', 'description': "Tested in CI. If this doesn't work for you, please [file an issue](https://github.com/ibis-project/ibis/issues/new)."}, 'bug': {'icon': ':material-bug:{ .bug }', 'description': "Should work but doesn't because upstream is broken. Supported on a best-effort basis."}, 'unsupported': {'icon': ':material-cancel:{ .cancel }', 'description': 'Unlikely to ever be supported or no upstream support.'}}} | |
DEBUG - Config value 'plugins' = {'search': <material.plugins.search.plugin.SearchPlugin object at 0x7feadcdaf6d0>, 'mike': <mike.mkdocs_plugin.MikePlugin object at 0x7feadcdad600>, 'autorefs': <mkdocs_autorefs.plugin.AutorefsPlugin object at 0x7feadd6bcb80>, 'git-revision-date': <mkdocs_git_revision_date_plugin.plugin.GitRevisionDatePlugin object at 0x7feadc9ce320>, 'exclude': <mkdocs_exclude.plugin.Exclude object at 0x7feadc9cd540>, 'gen-files': <mkdocs_gen_files.plugin.GenFilesPlugin object at 0x7feadc9cf580>, 'table-reader': <mkdocs_table_reader_plugin.plugin.TableReaderPlugin object at 0x7feadc84fa00>, 'macros': <mkdocs_macros.plugin.MacrosPlugin object at 0x7feadc856bf0>, 'mkdocstrings': <mkdocstrings.plugin.MkdocstringsPlugin object at 0x7fea84d71570>, 'literate-nav': <mkdocs_literate_nav.plugin.LiterateNavPlugin object at 0x7fea8492da80>} | |
DEBUG - Config value 'hooks' = {} | |
DEBUG - Config value 'watch' = [] | |
DEBUG - Running 7 `config` events | |
DEBUG - mkdocs_autorefs.plugin: Adding AutorefsExtension to the list | |
INFO - [macros] - Macros arguments: {'module_name': 'main', 'modules': [], 'include_dir': '', 'include_yaml': [], 'j2_block_start_string': '', 'j2_block_end_string': '', 'j2_variable_start_string': '', 'j2_variable_end_string': '', 'on_undefined': 'keep', 'on_error_fail': False, 'verbose': False} | |
DEBUG - [macros] - Project dir '/home/cloud/src/ibis' | |
INFO - [macros] - Found local Python module 'main' in: /home/cloud/src/ibis | |
INFO - [macros] - Found external Python module 'main' in: /home/cloud/src/ibis | |
DEBUG - [macros] - Variables: ['extra', 'config', 'environment', 'plugin', 'git', 'version', 'project_name', 'team', 'social', 'support_levels', 'ibis', 'sorted'] | |
INFO - [macros] - Extra variables (config file): ['version', 'project_name', 'team', 'social', 'support_levels'] | |
DEBUG - [macros] - Content of extra variables (config file): {'version': {'provider': 'mike'}, 'project_name': 'ibis', 'team': [{'name': 'Maintainers', 'members': ['cpcloud', 'kszucs', 'jreback', 'gforsyth', 'jcrist', 'saulpw']}], 'social': [{'icon': 'fontawesome/brands/twitter', 'link': 'https://twitter.com/IbisData'}, {'icon': 'fontawesome/brands/github', 'link': 'https://github.com/ibis-project/ibis/discussions'}, {'icon': 'fontawesome/brands/gitter', 'link': 'https://gitter.im/ibis-dev/Lobby'}, {'icon': 'fontawesome/brands/stack-overflow', 'link': 'https://stackoverflow.com/questions/tagged/ibis'}], 'support_levels': {'supported': {'icon': ':material-check-decagram:{ .verified }', 'description': "Tested in CI. If this doesn't work for you, please [file an issue](https://github.com/ibis-project/ibis/issues/new)."}, 'bug': {'icon': ':material-bug:{ .bug }', 'description': "Should work but doesn't because upstream is broken. Supported on a best-effort basis."}, 'unsupported': {'icon': ':material-cancel:{ .cancel }', 'description': 'Unlikely to ever be supported or no upstream support.'}}} | |
INFO - [macros] - Extra filters (module): ['pretty'] | |
DEBUG - [macros] - Docs directory: /home/cloud/src/ibis/docs | |
DEBUG - [macros] - Includes directory: /home/cloud/src/ibis/docs | |
DEBUG - [macros] - Undefined behavior: <class 'jinja2.runtime.DebugUndefined'> | |
DEBUG - mkdocstrings: Adding extension to the list | |
DEBUG - mkdocstrings: Picked up existing autorefs instance <mkdocs_autorefs.plugin.AutorefsPlugin object at 0x7feadd6bcb80> | |
DEBUG - mkdocstrings: Downloading inventory from 'https://docs.python.org/3/objects.inv' | |
DEBUG - mkdocstrings: Downloading inventory from 'https://docs.sqlalchemy.org/objects.inv' | |
DEBUG - Running 1 `pre_build` events | |
INFO - Cleaning site directory | |
INFO - Building documentation to directory: /home/cloud/src/ibis/site | |
DEBUG - Looking for translations for locale 'en' | |
DEBUG - No translations found here: '/nix/store/cwsg2cw6yk8yrybyyj0ybg99x6ldd9sl-python3-3.10.9-env/lib/python3.10/site-packages/mkdocs/templates/locales' | |
DEBUG - No translations found here: '/nix/store/cwsg2cw6yk8yrybyyj0ybg99x6ldd9sl-python3-3.10.9-env/lib/python3.10/site-packages/material/locales' | |
DEBUG - No translations found here: '/home/cloud/src/ibis/docs/overrides/locales' | |
DEBUG - Running 4 `files` events | |
DEBUG - mkdocstrings: Loaded inventory from 'https://docs.python.org/3/objects.inv': 9307 items | |
DEBUG - mkdocstrings: Loaded inventory from 'https://docs.sqlalchemy.org/objects.inv': 5462 items | |
DEBUG - Navigation for '.' based on 'SUMMARY.md'. | |
DEBUG - Navigation for 'how_to' will be inferred. | |
DEBUG - Navigation for 'backends' will be inferred. | |
DEBUG - Navigation for 'user_guide' will be inferred. | |
DEBUG - Navigation for 'api/backends' will be inferred. | |
DEBUG - Navigation for 'community/contribute' will be inferred. | |
DEBUG - Running 2 `nav` events | |
DEBUG - Reading markdown pages. | |
DEBUG - Reading: index.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page index.md | |
DEBUG - Reading: SUMMARY.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page SUMMARY.md | |
DEBUG - Reading: install.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page install.md | |
DEBUG - Reading: release_notes.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page release_notes.md | |
DEBUG - Reading: api/config.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/config.md | |
DEBUG - Reading: api/datatypes.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.datatypes.core' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - griffe: Found ibis: loading | |
DEBUG - griffe: Loading path ibis/__init__.py | |
DEBUG - griffe: Cannot parse __all__ assignment: api.__all__ (<class 'ast.Attribute'>) | |
DEBUG - griffe: Loading path ibis/config.py | |
DEBUG - griffe: Loading path ibis/util.py | |
DEBUG - griffe: Loading path ibis/backends/__init__.py | |
DEBUG - griffe: Loading path ibis/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/expr/__init__.py | |
DEBUG - griffe: Loading path ibis/udf/__init__.py | |
DEBUG - griffe: Loading path ibis/common/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/impala/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/trino/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/datafusion/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/polars/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/snowflake/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/duckdb/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/pyarrow/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/mysql/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/mssql/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/dask/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/base/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/sqlite/__init__.py | |
DEBUG - griffe: Loading path ibis/tests/test_strategies.py | |
DEBUG - griffe: Loading path ibis/tests/test_version.py | |
DEBUG - griffe: Loading path ibis/tests/test_config.py | |
DEBUG - griffe: Loading path ibis/tests/test_util.py | |
DEBUG - griffe: Loading path ibis/tests/strategies.py | |
DEBUG - griffe: Loading path ibis/tests/util.py | |
DEBUG - griffe: Loading path ibis/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/tests/test_api.py | |
DEBUG - griffe: Loading path ibis/tests/sql/__init__.py | |
DEBUG - griffe: Loading path ibis/tests/benchmarks/__init__.py | |
DEBUG - griffe: Loading path ibis/tests/expr/__init__.py | |
DEBUG - griffe: Loading path ibis/expr/deferred.py | |
DEBUG - griffe: Loading path ibis/expr/schema.py | |
DEBUG - griffe: Loading path ibis/expr/api.py | |
DEBUG - griffe: Loading path ibis/expr/scope.py | |
DEBUG - griffe: Loading path ibis/expr/visualize.py | |
DEBUG - griffe: Loading path ibis/expr/builders.py | |
DEBUG - griffe: Loading path ibis/expr/timecontext.py | |
DEBUG - griffe: Loading path ibis/expr/window.py | |
DEBUG - griffe: Loading path ibis/expr/sql.py | |
DEBUG - griffe: Loading path ibis/expr/decompile.py | |
DEBUG - griffe: Loading path ibis/expr/rules.py | |
DEBUG - griffe: Loading path ibis/expr/analysis.py | |
DEBUG - griffe: Loading path ibis/expr/typing.py | |
DEBUG - griffe: Loading path ibis/expr/format.py | |
DEBUG - griffe: Loading path ibis/expr/operations/__init__.py | |
DEBUG - griffe: Loading path ibis/expr/types/__init__.py | |
DEBUG - griffe: Loading path ibis/expr/datatypes/__init__.py | |
DEBUG - griffe: Loading path ibis/udf/vectorized.py | |
DEBUG - griffe: Loading path ibis/udf/validate.py | |
DEBUG - griffe: Loading path ibis/common/grounds.py | |
DEBUG - griffe: Loading path ibis/common/validators.py | |
DEBUG - griffe: Loading path ibis/common/graph.py | |
DEBUG - griffe: Loading path ibis/common/caching.py | |
DEBUG - griffe: Loading path ibis/common/annotations.py | |
DEBUG - griffe: Loading path ibis/common/parsing.py | |
DEBUG - griffe: Loading path ibis/common/dispatch.py | |
DEBUG - griffe: Loading path ibis/common/exceptions.py | |
DEBUG - griffe: Loading path ibis/common/typing.py | |
DEBUG - griffe: Loading path ibis/common/geospatial.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/registry.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/udf.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/compiler.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/identifiers.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/compiler/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_array.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_export.py | |
DEBUG - griffe: Loading path ibis/backends/tests/base.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_dot_sql.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_string.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_vectorized_udf.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_generic.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_map.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_temporal.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_aggregation.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_json.py | |
DEBUG - griffe: Loading path ibis/backends/tests/data.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_param.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_client.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_timecontext.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_set_ops.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_column.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_window.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_sql.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_struct.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_join.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_api.py | |
DEBUG - griffe: Loading path ibis/backends/tests/test_numeric.py | |
DEBUG - griffe: Loading path ibis/backends/impala/client.py | |
DEBUG - griffe: Loading path ibis/backends/impala/pandas_interop.py | |
DEBUG - griffe: Loading path ibis/backends/impala/compat.py | |
DEBUG - griffe: Loading path ibis/backends/impala/ddl.py | |
DEBUG - griffe: Loading path ibis/backends/impala/parquet.py | |
DEBUG - griffe: Loading path ibis/backends/impala/metadata.py | |
DEBUG - griffe: Loading path ibis/backends/impala/udf.py | |
DEBUG - griffe: Loading path ibis/backends/impala/compiler.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/trino/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/trino/registry.py | |
DEBUG - griffe: Loading path ibis/backends/trino/compiler.py | |
DEBUG - griffe: Loading path ibis/backends/datafusion/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/datafusion/compiler.py | |
DEBUG - griffe: Loading path ibis/backends/datafusion/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/polars/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/polars/compiler.py | |
DEBUG - griffe: Loading path ibis/backends/polars/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/snowflake/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/snowflake/registry.py | |
DEBUG - griffe: Loading path ibis/backends/snowflake/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/duckdb/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/duckdb/registry.py | |
DEBUG - griffe: Loading path ibis/backends/duckdb/compiler.py | |
DEBUG - griffe: Loading path ibis/backends/duckdb/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/pyarrow/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/mysql/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/mysql/registry.py | |
DEBUG - griffe: Loading path ibis/backends/mysql/compiler.py | |
DEBUG - griffe: Loading path ibis/backends/mysql/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/mssql/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/mssql/registry.py | |
DEBUG - griffe: Loading path ibis/backends/mssql/compiler.py | |
DEBUG - griffe: Loading path ibis/backends/mssql/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/dask/client.py | |
DEBUG - griffe: Loading path ibis/backends/dask/trace.py | |
DEBUG - griffe: Loading path ibis/backends/dask/dispatch.py | |
DEBUG - griffe: Loading path ibis/backends/dask/core.py | |
DEBUG - griffe: Loading path ibis/backends/dask/udf.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/client.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/timecontext.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/ddl.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/compiler.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/client.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/trace.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/dispatcher.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/aggcontext.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/dispatch.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/core.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/udf.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/client.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/rewrites.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/version.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/registry.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/operations.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/compiler.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/udf/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/sqlite/registry.py | |
DEBUG - griffe: Loading path ibis/backends/sqlite/udf.py | |
DEBUG - griffe: Loading path ibis/backends/sqlite/compiler.py | |
DEBUG - griffe: Loading path ibis/backends/sqlite/tests/__init__.py | |
DEBUG - griffe: Loading path ibis/tests/sql/test_sqlalchemy.py | |
DEBUG - griffe: Loading path ibis/tests/sql/test_compiler.py | |
DEBUG - griffe: Loading path ibis/tests/sql/test_select_sql.py | |
DEBUG - griffe: Loading path ibis/tests/sql/test_ast_builder.py | |
DEBUG - griffe: Loading path ibis/tests/sql/conftest.py | |
DEBUG - griffe: Loading path ibis/tests/benchmarks/test_benchmarks.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_datatypes.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_decimal.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_rules.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_case.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_schema.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_udf.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_interactive.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_operations_py310.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_string.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_decompile.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_analytics.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_visualize.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_temporal.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_format.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_literal.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_window_functions.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_table.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_sql_builtins.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_operations.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_pipe.py | |
DEBUG - griffe: Loading path ibis/tests/expr/mocks.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_sql.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_struct.py | |
DEBUG - griffe: Loading path ibis/tests/expr/conftest.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_value_exprs.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_timestamp.py | |
DEBUG - griffe: Loading path ibis/tests/expr/test_analysis.py | |
DEBUG - griffe: Loading path ibis/expr/operations/sortkeys.py | |
DEBUG - griffe: Loading path ibis/expr/operations/temporal.py | |
DEBUG - griffe: Loading path ibis/expr/operations/json.py | |
DEBUG - griffe: Loading path ibis/expr/operations/numeric.py | |
DEBUG - griffe: Loading path ibis/expr/operations/generic.py | |
DEBUG - griffe: Loading path ibis/expr/operations/histograms.py | |
DEBUG - griffe: Loading path ibis/expr/operations/arrays.py | |
DEBUG - griffe: Loading path ibis/expr/operations/reductions.py | |
DEBUG - griffe: Loading path ibis/expr/operations/vectorized.py | |
DEBUG - griffe: Loading path ibis/expr/operations/analytic.py | |
DEBUG - griffe: Loading path ibis/expr/operations/maps.py | |
DEBUG - griffe: Loading path ibis/expr/operations/core.py | |
DEBUG - griffe: Loading path ibis/expr/operations/relations.py | |
DEBUG - griffe: Loading path ibis/expr/operations/strings.py | |
DEBUG - griffe: Loading path ibis/expr/operations/geospatial.py | |
DEBUG - griffe: Loading path ibis/expr/operations/structs.py | |
DEBUG - griffe: Loading path ibis/expr/operations/logical.py | |
DEBUG - griffe: Loading path ibis/expr/types/pretty.py | |
DEBUG - griffe: Loading path ibis/expr/types/temporal.py | |
DEBUG - griffe: Loading path ibis/expr/types/json.py | |
DEBUG - griffe: Loading path ibis/expr/types/collections.py | |
DEBUG - griffe: Loading path ibis/expr/types/numeric.py | |
DEBUG - griffe: Loading path ibis/expr/types/inet.py | |
DEBUG - griffe: Loading path ibis/expr/types/generic.py | |
DEBUG - griffe: Loading path ibis/expr/types/uuid.py | |
DEBUG - griffe: Loading path ibis/expr/types/arrays.py | |
DEBUG - griffe: Loading path ibis/expr/types/category.py | |
DEBUG - griffe: Loading path ibis/expr/types/groupby.py | |
DEBUG - griffe: Loading path ibis/expr/types/maps.py | |
DEBUG - griffe: Loading path ibis/expr/types/core.py | |
DEBUG - griffe: Loading path ibis/expr/types/relations.py | |
DEBUG - griffe: Loading path ibis/expr/types/strings.py | |
DEBUG - griffe: Loading path ibis/expr/types/typing.py | |
DEBUG - griffe: Loading path ibis/expr/types/geospatial.py | |
DEBUG - griffe: Loading path ibis/expr/types/structs.py | |
DEBUG - griffe: Loading path ibis/expr/types/binary.py | |
DEBUG - griffe: Loading path ibis/expr/types/logical.py | |
DEBUG - griffe: Loading path ibis/expr/datatypes/parse.py | |
DEBUG - griffe: Loading path ibis/expr/datatypes/value.py | |
DEBUG - griffe: Loading path ibis/expr/datatypes/cast.py | |
DEBUG - griffe: Loading path ibis/expr/datatypes/core.py | |
DEBUG - griffe: Skip ibis/common/tests/test_grounds_py310.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/common/tests/test_dispatch.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/common/tests/test_typing.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/common/tests/test_graph.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/common/tests/test_validators.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/common/tests/test_grounds.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/common/tests/test_annotations.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/common/tests/conftest.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Loading path ibis/backends/postgres/tests/test_udf.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/tests/test_string.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/tests/test_json.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/tests/test_geospatial.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/tests/test_nettypes.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/tests/test_client.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/tests/test_postgis.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/tests/test_functions.py | |
DEBUG - griffe: Loading path ibis/backends/postgres/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/tests/test_operators.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/tests/test_literals.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/tests/test_select.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/tests/test_aggregations.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/tests/test_client.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/tests/test_types.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/tests/test_functions.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/compiler/values.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/compiler/core.py | |
DEBUG - griffe: Loading path ibis/backends/clickhouse/compiler/relations.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_in_not_in.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_exprs.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_udf.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_patched.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_client.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_unary_builtins.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_pandas_interop.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_string_builtins.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_metadata.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_partition.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_analytic_functions.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_bucket_histogram.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/mocks.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_coalesce_greater_least.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_ddl.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_window.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_sql.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_case_exprs.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_parquet_ddl.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_value_exprs.py | |
DEBUG - griffe: Loading path ibis/backends/impala/tests/test_ddl_compilation.py | |
DEBUG - griffe: Skip ibis/backends/trino/tests/conftest.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Loading path ibis/backends/datafusion/tests/test_select.py | |
DEBUG - griffe: Loading path ibis/backends/datafusion/tests/test_udf.py | |
DEBUG - griffe: Loading path ibis/backends/datafusion/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/polars/tests/test_udf.py | |
DEBUG - griffe: Loading path ibis/backends/polars/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/snowflake/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/duckdb/tests/test_datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/duckdb/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/duckdb/tests/test_register.py | |
DEBUG - griffe: Loading path ibis/backends/mysql/tests/test_client.py | |
DEBUG - griffe: Loading path ibis/backends/mysql/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/mssql/tests/test_client.py | |
DEBUG - griffe: Loading path ibis/backends/mssql/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/test_datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/test_dispatcher.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/test_schema.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/test_udf.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/test_client.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/test_core.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/indexing.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/decimal.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/temporal.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/numeric.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/window.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/generic.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/aggregations.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/util.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/arrays.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/reductions.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/maps.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/strings.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/selection.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/join.py | |
DEBUG - griffe: Loading path ibis/backends/dask/execution/structs.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/tests/test_array.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/tests/test_aggregation.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/tests/test_basic.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/tests/test_timecontext.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/tests/test_window_context_adjustment.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/tests/test_ddl.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/tests/test_window.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/pyspark/tests/test_null.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/test_aggcontext.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/test_datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/test_dispatcher.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/test_schema.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/test_udf.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/test_client.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/test_core.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/decimal.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/temporal.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/timecontext.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/window.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/generic.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/util.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/arrays.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/maps.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/strings.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/selection.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/join.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/constants.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/execution/structs.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/tests/system/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/udf/rewrite.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/udf/core.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/udf/find.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/ddl.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/compiler/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/alchemy/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/registry/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/sqlite/tests/test_client.py | |
DEBUG - griffe: Loading path ibis/backends/sqlite/tests/test_types.py | |
DEBUG - griffe: Loading path ibis/backends/sqlite/tests/test_functions.py | |
DEBUG - griffe: Loading path ibis/backends/sqlite/tests/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/test_arrays.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/test_temporal.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/test_maps.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/test_util.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/test_timecontext.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/test_cast.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/test_operations.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/test_structs.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/test_strings.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/test_functions.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/dask/tests/execution/test_join.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/test_arrays.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/test_temporal.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/test_maps.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/test_timecontext.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/test_cast.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/test_operations.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/test_structs.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/test_window.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/test_strings.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/test_functions.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/pandas/tests/execution/test_join.py | |
DEBUG - griffe: Skip ibis/backends/bigquery/tests/unit/test_datatypes.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/backends/bigquery/tests/unit/test_client.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/backends/bigquery/tests/unit/test_compiler.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/backends/bigquery/tests/unit/udf/__init__.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Loading path ibis/backends/bigquery/tests/system/test_client.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/tests/system/conftest.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/tests/system/test_connect.py | |
DEBUG - griffe: Loading path ibis/backends/bigquery/tests/system/udf/__init__.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/compiler/translator.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/compiler/select_builder.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/compiler/base.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/compiler/query_builder.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/alchemy/translator.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/alchemy/query_builder.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/alchemy/database.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/alchemy/datatypes.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/alchemy/registry.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/alchemy/geospatial.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/registry/string.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/registry/helpers.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/registry/identifiers.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/registry/timestamp.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/registry/binary_infix.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/registry/window.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/registry/case.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/registry/literal.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/registry/main.py | |
DEBUG - griffe: Loading path ibis/backends/base/sql/registry/aggregate.py | |
DEBUG - griffe: Skip ibis/backends/bigquery/tests/unit/udf/test_find.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/backends/bigquery/tests/unit/udf/test_usage.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/backends/bigquery/tests/unit/udf/test_core.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Loading path ibis/backends/bigquery/tests/system/udf/test_udf_execute.py | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_sqlalchemy/test_lower_projection_sort_key/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_sqlalchemy/test_where_simple_comparisons/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_order_by_on_limit_yield_subquery/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_subquery_in_union/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_multiple_limits/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_endswith/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_where_with_join/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_aggregate_count_joined/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_limit_with_self_join/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_where_with_between/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_bool_bool/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_semi_join/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_anti_join/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_join_just_materialized/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_join_between_joins/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_multiple_joins/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_startswith/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_where_no_pushdown_possible/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_simple_joins/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_fuse_projections/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_case_in_projection/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_nameless_table/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_where_analyze_scalar_op/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_column_expr_retains_name/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_multiple_count_distinct/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_table_intersect/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_table_drop_with_filter/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_table_distinct/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_column_distinct/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_union_project_column/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_table_difference/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_union/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_having_from_filter/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_difference_project_column/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_intersect_project_column/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_count_distinct/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_subquery_where_location/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_compiler/test_column_expr_default_name/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_select_sql/filter_then_limit/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_select_sql/agg_string_columns/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_select_sql/limit_simple/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_select_sql/single_column/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_select_sql/limit_then_filter/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_select_sql/agg_explicit_column/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_select_sql/test_physical_table_reference_translate/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_select_sql/aggregate_table_count_metric/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_select_sql/limit_with_offset/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_select_sql/mixed_columns_ascending/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Skip ibis/tests/sql/snapshots/test_select_sql/test_select_sql/self_reference_simple/decompiled.py, it is not importable. Missing __init__ module? | |
DEBUG - griffe: Alias ibis.BaseBackend was resolved to ibis.backends.base.BaseBackend | |
DEBUG - griffe: Alias ibis.IbisError was resolved to ibis.common.exceptions.IbisError | |
DEBUG - griffe: Alias ibis.options was resolved to ibis.config.options | |
DEBUG - griffe: Alias ibis.api was resolved to ibis.expr.api | |
DEBUG - griffe: Alias ibis.ir was resolved to ibis.expr.types | |
DEBUG - griffe: Alias ibis.backends.impala.aggregate_function was resolved to ibis.backends.impala.udf.aggregate_function | |
DEBUG - griffe: Alias ibis.backends.impala.scalar_function was resolved to ibis.backends.impala.udf.scalar_function | |
DEBUG - griffe: Alias ibis.backends.impala.wrap_uda was resolved to ibis.backends.impala.udf.wrap_uda | |
DEBUG - griffe: Alias ibis.backends.impala.wrap_udf was resolved to ibis.backends.impala.udf.wrap_udf | |
DEBUG - griffe: Alias ibis.backends.datafusion.datatypes.to_pyarrow_type was resolved to ibis.backends.pyarrow.datatypes.to_pyarrow_type | |
DEBUG - griffe: Alias ibis.backends.base.sql.compiler.DDL was resolved to ibis.backends.base.sql.compiler.base.DDL | |
DEBUG - griffe: Alias ibis.backends.base.sql.compiler.DML was resolved to ibis.backends.base.sql.compiler.base.DML | |
DEBUG - griffe: Alias ibis.backends.base.sql.compiler.Compiler was resolved to ibis.backends.base.sql.compiler.query_builder.Compiler | |
DEBUG - griffe: Alias ibis.backends.base.sql.compiler.Difference was resolved to ibis.backends.base.sql.compiler.query_builder.Difference | |
DEBUG - griffe: Alias ibis.backends.base.sql.compiler.Intersection was resolved to ibis.backends.base.sql.compiler.query_builder.Intersection | |
DEBUG - griffe: Alias ibis.backends.base.sql.compiler.Select was resolved to ibis.backends.base.sql.compiler.query_builder.Select | |
DEBUG - griffe: Alias ibis.backends.base.sql.compiler.SelectBuilder was resolved to ibis.backends.base.sql.compiler.query_builder.SelectBuilder | |
DEBUG - griffe: Alias ibis.backends.base.sql.compiler.TableSetFormatter was resolved to ibis.backends.base.sql.compiler.query_builder.TableSetFormatter | |
DEBUG - griffe: Alias ibis.backends.base.sql.compiler.Union was resolved to ibis.backends.base.sql.compiler.query_builder.Union | |
DEBUG - griffe: Alias ibis.backends.base.sql.compiler.ExprTranslator was resolved to ibis.backends.base.sql.compiler.translator.ExprTranslator | |
DEBUG - griffe: Alias ibis.backends.base.sql.compiler.QueryContext was resolved to ibis.backends.base.sql.compiler.translator.QueryContext | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.AlchemyDatabase was resolved to ibis.backends.base.sql.alchemy.database.AlchemyDatabase | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.AlchemyTable was resolved to ibis.backends.base.sql.alchemy.database.AlchemyTable | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.schema_from_table was resolved to ibis.backends.base.sql.alchemy.datatypes.schema_from_table | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.table_from_schema was resolved to ibis.backends.base.sql.alchemy.datatypes.table_from_schema | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.to_sqla_type was resolved to ibis.backends.base.sql.alchemy.datatypes.to_sqla_type | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.AlchemyCompiler was resolved to ibis.backends.base.sql.alchemy.query_builder.AlchemyCompiler | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.fixed_arity was resolved to ibis.backends.base.sql.alchemy.registry.fixed_arity | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.get_sqla_table was resolved to ibis.backends.base.sql.alchemy.registry.get_sqla_table | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.reduction was resolved to ibis.backends.base.sql.alchemy.registry.reduction | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.sqlalchemy_operation_registry was resolved to ibis.backends.base.sql.alchemy.registry.sqlalchemy_operation_registry | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.sqlalchemy_window_functions_registry was resolved to ibis.backends.base.sql.alchemy.registry.sqlalchemy_window_functions_registry | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.unary was resolved to ibis.backends.base.sql.alchemy.registry.unary | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.varargs was resolved to ibis.backends.base.sql.alchemy.registry.varargs | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.variance_reduction was resolved to ibis.backends.base.sql.alchemy.registry.variance_reduction | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.AlchemyContext was resolved to ibis.backends.base.sql.alchemy.translator.AlchemyContext | |
DEBUG - griffe: Alias ibis.backends.base.sql.alchemy.AlchemyExprTranslator was resolved to ibis.backends.base.sql.alchemy.translator.AlchemyExprTranslator | |
DEBUG - griffe: Alias ibis.backends.base.sql.registry.reduction was resolved to ibis.backends.base.sql.registry.aggregate.reduction | |
DEBUG - griffe: Alias ibis.backends.base.sql.registry.quote_identifier was resolved to ibis.backends.base.sql.registry.helpers.quote_identifier | |
DEBUG - griffe: Alias ibis.backends.base.sql.registry.sql_type_names was resolved to ibis.backends.base.sql.registry.helpers.sql_type_names | |
DEBUG - griffe: Alias ibis.backends.base.sql.registry.type_to_sql_string was resolved to ibis.backends.base.sql.registry.helpers.type_to_sql_string | |
DEBUG - griffe: Alias ibis.backends.base.sql.registry.literal_formatters was resolved to ibis.backends.base.sql.registry.literal.literal_formatters | |
DEBUG - griffe: Alias ibis.backends.base.sql.registry.binary_infix_ops was resolved to ibis.backends.base.sql.registry.main.binary_infix_ops | |
DEBUG - griffe: Alias ibis.backends.base.sql.registry.fixed_arity was resolved to ibis.backends.base.sql.registry.main.fixed_arity | |
DEBUG - griffe: Alias ibis.backends.base.sql.registry.operation_registry was resolved to ibis.backends.base.sql.registry.main.operation_registry | |
DEBUG - griffe: Alias ibis.backends.base.sql.registry.unary was resolved to ibis.backends.base.sql.registry.main.unary | |
DEBUG - griffe: Alias ibis.backends.base.sql.registry.cumulative_to_window was resolved to ibis.backends.base.sql.registry.window.cumulative_to_window | |
DEBUG - griffe: Alias ibis.backends.base.sql.registry.format_window was resolved to ibis.backends.base.sql.registry.window.format_window | |
DEBUG - griffe: Alias ibis.backends.base.sql.registry.time_range_to_range_window was resolved to ibis.backends.base.sql.registry.window.time_range_to_range_window | |
DEBUG - griffe: Iteration 1 finished, 49 aliases resolved, still 3 to go | |
DEBUG - griffe: Iteration 2 finished, 0 aliases resolved, still 3 to go | |
WARNING - mkdocstrings_handlers: 3 aliases were still unresolved after 2 iterations | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/module.html: Rendering ibis.expr.datatypes.core | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Array | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Array | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Binary | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Binary | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Boolean | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Boolean | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Bounds | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Bounds | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.DataType | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.DataType | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.DataType.name | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.datatypes.core.DataType.to_pandas | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.datatypes.core.DataType.to_pyarrow | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Date | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Date | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Decimal | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Decimal | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.Decimal.largest | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.Decimal.precision | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.Decimal.scale | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Float16 | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Float16 | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Float32 | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Float32 | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Float64 | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Float64 | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Floating | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Floating | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.Floating.largest | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.GeoSpatial | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.GeoSpatial | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.GeoSpatial.geotype | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.GeoSpatial.srid | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Geography | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Geography | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Geometry | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Geometry | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.INET | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.INET | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Int16 | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Int16 | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Int32 | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Int32 | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Int64 | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Int64 | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Int8 | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Int8 | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Integer | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Integer | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Interval | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Interval | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.Interval.resolution | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.Interval.unit | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.Interval.value_type | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.JSON | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.JSON | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.LineString | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.LineString | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.MACADDR | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.MACADDR | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Map | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Map | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.MultiLineString | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.MultiLineString | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.MultiPoint | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.MultiPoint | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.MultiPolygon | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.MultiPolygon | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Null | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Null | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Numeric | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Point | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Point | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Polygon | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Polygon | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Primitive | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Set | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Set | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.SignedInteger | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.SignedInteger | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.SignedInteger.largest | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.String | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.String | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Struct | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Struct | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.Struct.pairs | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.datatypes.core.Struct.from_dict | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.datatypes.core.Struct.from_tuples | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Temporal | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Time | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Time | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Timestamp | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.Timestamp | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.Timestamp.timezone | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.UInt16 | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.UInt16 | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.UInt32 | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.UInt32 | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.UInt64 | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.UInt64 | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.UInt8 | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.UInt8 | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.UUID | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.UUID | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.UnsignedInteger | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.datatypes.core.UnsignedInteger | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.datatypes.core.UnsignedInteger.largest | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.datatypes.core.Variadic | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/datatypes.md | |
DEBUG - Reading: api/schemas.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.schema.Schema' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.schema.Schema | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.schema.Schema | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.schema.Schema.names | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.schema.Schema.types | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.schema.Schema.append | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.schema.Schema.apply_to | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.schema.Schema.delete | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.schema.Schema.equals | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.schema.Schema.from_dict | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.schema.Schema.from_tuples | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.schema.Schema.items | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.schema.Schema.name_at_position | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.schema.Schema.to_pandas | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.schema.Schema.to_pyarrow | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/schemas.md | |
DEBUG - Reading: api/backends/base.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.base.BaseBackend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.base.BaseBackend | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.base.BaseBackend | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.backends.base.BaseBackend.current_database | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.backends.base.BaseBackend.db_identity | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.backends.base.BaseBackend.tables | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.backends.base.BaseBackend.version | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.add_operation | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.compile | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.connect | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.create_database | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.create_table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.create_view | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.database | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.drop_table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.drop_view | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.execute | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.has_operation | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.list_databases | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.list_tables | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.BaseBackend.register_options | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/backends/base.md | |
DEBUG - Reading: api/backends/pandas.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.pandas.BasePandasBackend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.pandas.BasePandasBackend | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.pandas.BasePandasBackend | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.pandas.BasePandasBackend.create_table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.pandas.BasePandasBackend.from_dataframe | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/backends/pandas.md | |
DEBUG - Reading: api/backends/sql.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.base.sql.BaseSQLBackend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.base.sql.BaseSQLBackend | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.base.sql.BaseSQLBackend | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.BaseSQLBackend.compile | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.BaseSQLBackend.execute | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.BaseSQLBackend.explain | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.BaseSQLBackend.raw_sql | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.BaseSQLBackend.sql | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.BaseSQLBackend.table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.BaseSQLBackend.to_pyarrow_batches | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/backends/sql.md | |
DEBUG - Reading: api/backends/sqlalchemy.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.base.sql.alchemy.BaseAlchemyBackend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.base.sql.alchemy.BaseAlchemyBackend | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.base.sql.alchemy.BaseAlchemyBackend | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.backends.base.sql.alchemy.BaseAlchemyBackend.current_database | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.alchemy.BaseAlchemyBackend.create_table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.alchemy.BaseAlchemyBackend.drop_table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.alchemy.BaseAlchemyBackend.insert | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/raises.html: Rendering raises section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.alchemy.BaseAlchemyBackend.list_databases | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.alchemy.BaseAlchemyBackend.load_data | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/raises.html: Rendering raises section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.alchemy.BaseAlchemyBackend.schema | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.base.sql.alchemy.BaseAlchemyBackend.table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/backends/sqlalchemy.md | |
DEBUG - Reading: api/expressions/index.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.core.Expr' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.core.Expr | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.core.Expr | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.core.Expr.as_table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.core.Expr.compile | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.core.Expr.execute | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.core.Expr.pipe | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.core.Expr.to_pyarrow | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.core.Expr.to_pyarrow_batches | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.core.Expr.unbind | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.core.Expr.visualize | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/raises.html: Rendering raises section | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/expressions/index.md | |
DEBUG - Reading: api/expressions/collections.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.arrays.ArrayValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.arrays.ArrayValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.arrays.ArrayValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.arrays.ArrayValue.length | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.arrays.ArrayValue.unnest | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.structs.StructValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.structs.StructValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.structs.StructValue | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.structs.StructValue.fields | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.structs.StructValue.names | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.structs.StructValue.types | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.structs.StructValue.destructure | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.structs.StructValue.lift | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.maps.MapValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.maps.MapValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.maps.MapValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.maps.MapValue.contains | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.maps.MapValue.get | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.maps.MapValue.keys | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.maps.MapValue.length | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.maps.MapValue.values | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/expressions/collections.md | |
DEBUG - Reading: api/expressions/generic.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.generic.Value' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.generic.Value | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.generic.Value | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.asc | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.between | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.case | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.cases | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.cast | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.coalesce | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.collect | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.desc | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.fillna | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.greatest | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.group_concat | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.hash | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.identical_to | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.isin | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.isnull | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.least | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.name | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.notin | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.notnull | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.nullif | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.over | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.substitute | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.to_projection | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Value.typeof | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.generic.Column' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.generic.Column | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.generic.Column | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.approx_median | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.approx_nunique | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.arbitrary | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.argmax | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.argmin | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.count | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.max | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.min | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.mode | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.nth | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.summary | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.topk | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.generic.Column.value_counts | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.generic.Scalar' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.generic.Scalar | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.generic.Scalar | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/expressions/generic.md | |
DEBUG - Reading: api/expressions/geospatial.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.geospatial.GeoSpatialValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.geospatial.GeoSpatialValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.area | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.as_binary | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.as_ewkb | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.as_ewkt | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.as_text | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.azimuth | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.buffer | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.centroid | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.contains | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.contains_properly | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.covered_by | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.covers | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.crosses | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.d_fully_within | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.d_within | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.difference | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.disjoint | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.distance | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.end_point | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.envelope | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.geo_equals | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.geometry_n | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.geometry_type | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.intersection | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.intersects | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.is_valid | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.length | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.line_locate_point | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.line_merge | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.line_substring | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.max_distance | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.n_points | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.n_rings | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.ordering_equals | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.overlaps | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.perimeter | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.point_n | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.set_srid | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.simplify | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.srid | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.start_point | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.touches | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.transform | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.union | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.within | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.x | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.x_max | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.x_min | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.y | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.y_max | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialValue.y_min | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.geospatial.GeoSpatialColumn' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.geospatial.GeoSpatialColumn | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.geospatial.GeoSpatialColumn | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.geospatial.GeoSpatialColumn.unary_union | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/expressions/geospatial.md | |
DEBUG - Reading: api/expressions/numeric.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.numeric.NumericValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.numeric.NumericValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.numeric.NumericValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.abs | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.acos | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.asin | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.atan | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.atan2 | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.ceil | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.clip | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.cos | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.cot | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.degrees | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.exp | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.floor | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.ln | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.log | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.log10 | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.log2 | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.negate | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.nullifzero | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.point | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.radians | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.round | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.sign | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.sin | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.sqrt | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.tan | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericValue.zeroifnull | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.numeric.NumericColumn' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.numeric.NumericColumn | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.numeric.NumericColumn | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericColumn.bucket | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericColumn.corr | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericColumn.cov | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericColumn.histogram | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericColumn.mean | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericColumn.quantile | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericColumn.std | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericColumn.sum | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericColumn.summary | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.NumericColumn.var | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.numeric.IntegerValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.numeric.IntegerValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.numeric.IntegerValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.IntegerValue.convert_base | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.IntegerValue.to_interval | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.IntegerValue.to_timestamp | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.numeric.IntegerColumn' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.numeric.IntegerColumn | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.numeric.IntegerColumn | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.IntegerColumn.bit_and | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.IntegerColumn.bit_or | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.IntegerColumn.bit_xor | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.numeric.FloatingValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.numeric.FloatingValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.numeric.FloatingValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.FloatingValue.isinf | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.FloatingValue.isnan | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.numeric.DecimalValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.numeric.DecimalValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.numeric.DecimalValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.DecimalValue.precision | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.numeric.DecimalValue.scale | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.logical.BooleanValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.logical.BooleanValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.logical.BooleanValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.logical.BooleanValue.ifelse | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/expressions/numeric.md | |
DEBUG - Reading: api/expressions/strings.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.strings.StringValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.strings.StringValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.strings.StringValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.ascii_str | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.authority | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.capitalize | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.concat | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.contains | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.convert_base | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.endswith | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.file | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.find | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.find_in_set | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.fragment | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.hashbytes | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.host | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.ilike | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.join | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.left | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.length | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.like | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.lower | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.lpad | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.lstrip | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.parse_url | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.path | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.protocol | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.query | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.re_extract | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.re_replace | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.re_search | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.repeat | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.replace | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.reverse | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.right | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.rpad | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.rstrip | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.split | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.startswith | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.strip | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.substr | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.to_timestamp | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.translate | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.upper | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.strings.StringValue.userinfo | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/expressions/strings.md | |
DEBUG - Reading: api/expressions/tables.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.relations.Table' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.relations.Table | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.relations.Table | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.aggregate | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.alias | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.asof_join | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.count | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.cross_join | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.difference | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.distinct | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.drop | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.dropna | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.fillna | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.filter | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.get_column | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.get_columns | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.group_by | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.head | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.info | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.intersect | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.join | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.limit | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.mutate | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.order_by | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.relabel | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.rowid | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.schema | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.select | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.set_column | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.sql | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.to_array | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.union | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.unpack | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.relations.Table.view | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.groupby.GroupedTable' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.groupby.GroupedTable | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.groupby.GroupedTable | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.groupby.GroupedTable.count | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.groupby.GroupedTable.having | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.groupby.GroupedTable.mutate | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.groupby.GroupedTable.order_by | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.groupby.GroupedTable.over | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.groupby.GroupedTable.projection | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/expressions/tables.md | |
DEBUG - Reading: api/expressions/timestamps.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.temporal.TemporalValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.temporal.TemporalValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.temporal.TemporalValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.temporal.TemporalValue.strftime | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.temporal.TimestampValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.temporal.TimestampValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.temporal.TimestampValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.temporal.TimestampValue.date | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.temporal.TimestampValue.truncate | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.temporal.DateValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.temporal.DateValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.temporal.DateValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.temporal.DateValue.truncate | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.temporal.TimeValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.temporal.TimeValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.temporal.TimeValue | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.temporal.TimeValue.truncate | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.expr.types.temporal.IntervalValue' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.expr.types.temporal.IntervalValue | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.expr.types.temporal.IntervalValue | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.temporal.IntervalValue.days | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.temporal.IntervalValue.hours | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.temporal.IntervalValue.microseconds | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.temporal.IntervalValue.milliseconds | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.temporal.IntervalValue.minutes | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.temporal.IntervalValue.months | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.temporal.IntervalValue.nanoseconds | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.temporal.IntervalValue.quarters | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.temporal.IntervalValue.seconds | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.temporal.IntervalValue.weeks | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.expr.types.temporal.IntervalValue.years | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.temporal.IntervalValue.negate | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.expr.types.temporal.IntervalValue.to_unit | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/expressions/timestamps.md | |
DEBUG - Reading: api/expressions/top_level.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.and_' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.and_ | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.array' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.array | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.asc' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.asc | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.case' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.case | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.coalesce' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.coalesce | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: Matched '::: ibis.cumulative_window' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.cumulative_window | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.date' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.date | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.desc' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.desc | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.difference' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.difference | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: Matched '::: ibis.greatest' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.greatest | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: Matched '::: ibis.ifelse' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.ifelse | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: Matched '::: ibis.intersect' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.intersect | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: Matched '::: ibis.interval' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.interval | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.least' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.least | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: Matched '::: ibis.literal' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.literal | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.map' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.map | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.negate' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.negate | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: Matched '::: ibis.now' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.now | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.null' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.null | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: Matched '::: ibis.or_' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.or_ | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.param' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.param | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.show_sql' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.show_sql | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.to_sql' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.to_sql | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.random' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.random | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.range_window' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.range_window | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.read' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.read | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.row_number' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.row_number | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.schema' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.schema | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.struct' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.struct | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.table' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.time' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.time | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: Matched '::: ibis.timestamp' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.timestamp | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.trailing_range_window' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.trailing_range_window | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.trailing_window' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.trailing_window | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.union' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.union | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: Matched '::: ibis.where' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.where | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: Matched '::: ibis.window' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.window | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page api/expressions/top_level.md | |
DEBUG - Reading: backends/index.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page backends/index.md | |
DEBUG - Reading: backends/ClickHouse.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.clickhouse.Backend.do_connect' | |
DEBUG - mkdocstrings: Using handler 'python' | |
INFO - mkdocstrings: DEPRECATION: 'selection' and 'rendering' are deprecated and merged into a single 'options' YAML key | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.clickhouse.Backend.do_connect | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.clickhouse.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.clickhouse.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.clickhouse.Backend | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.clickhouse.Backend.Options | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/attributes.html: Rendering attributes section | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.clickhouse.Backend.Options | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.clickhouse.Backend.close | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.clickhouse.Backend.execute | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.clickhouse.Backend.raw_sql | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.clickhouse.Backend.table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.clickhouse.Backend.to_pyarrow_batches | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page backends/ClickHouse.md | |
DEBUG - Reading: backends/Dask.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.dask.Backend.do_connect' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.dask.Backend.do_connect | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.dask.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.dask.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.dask.Backend | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.dask.Backend.compile | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.dask.Backend.create_table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page backends/Dask.md | |
DEBUG - Reading: backends/Datafusion.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.datafusion.Backend.do_connect' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.datafusion.Backend.do_connect | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.datafusion.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.datafusion.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.datafusion.Backend | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.datafusion.Backend.list_tables | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.datafusion.Backend.register | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.datafusion.Backend.table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page backends/Datafusion.md | |
DEBUG - Reading: backends/DuckDB.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.duckdb.Backend.do_connect' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.duckdb.Backend.do_connect | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.duckdb.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.duckdb.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.duckdb.Backend | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.duckdb.Backend.register | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page backends/DuckDB.md | |
DEBUG - Reading: backends/Impala.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.Backend.do_connect' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.do_connect | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.set_database | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.create_database | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.drop_database | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.list_databases | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.list_tables | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.drop_table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.create_table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.insert | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.invalidate_metadata | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.truncate_table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.get_schema | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.cache_table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.load_data | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.get_options | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.set_options | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.set_compression_codec | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.client.ImpalaTable' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.backends.impala.client.ImpalaTable.describe_formatted | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.backends.impala.client.ImpalaTable.is_partitioned | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.add_partition | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.alter | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.alter_partition | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.column_stats | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.compute_stats | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.drop | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.drop_partition | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.files | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.insert | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.invalidate_metadata | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.load_data | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.metadata | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.partition_schema | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.partitions | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.refresh | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.rename | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.stats | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.drop_table_or_view | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.create_view | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.delimited_file | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.parquet_file | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.avro_file | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.client.ImpalaTable' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.Backend.create_table' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.create_table | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.client.ImpalaTable' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/attribute.html: Rendering ibis.backends.impala.client.ImpalaTable.is_partitioned | |
DEBUG - mkdocstrings: python/templates/material/labels.html: Rendering labels | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.add_partition | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.drop_partition | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.partition_schema | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.partitions | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.client.ImpalaTable.metadata' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.metadata | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.client.ImpalaTable' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.files | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.client.ImpalaTable' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.alter | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.alter_partition | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.client.ImpalaTable' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.compute_stats | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.client.ImpalaTable' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.column_stats | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.stats | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/returns.html: Rendering returns section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.invalidate_metadata | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.client.ImpalaTable' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.invalidate_metadata | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.refresh | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.load_data | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.client.ImpalaTable' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.client.ImpalaTable | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.client.ImpalaTable.load_data | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.impala.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.impala.Backend | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.disable_codegen | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.get_options | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.set_options | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.impala.Backend.set_compression_codec | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page backends/Impala.md | |
DEBUG - Reading: backends/MSSQL.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.mssql.Backend.do_connect' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.mssql.Backend.do_connect | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.mssql.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.mssql.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.mssql.Backend | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page backends/MSSQL.md | |
DEBUG - Reading: backends/MySQL.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.mysql.Backend.do_connect' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Updating renderer's env | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/function.html: Rendering ibis.backends.mysql.Backend.do_connect | |
DEBUG - mkdocstrings: python/templates/material/signature.html: Rendering signature | |
DEBUG - mkdocstrings: python/templates/material/docstring.html: Rendering docstring | |
DEBUG - mkdocstrings: python/templates/material/docstring/parameters.html: Rendering parameters section | |
DEBUG - mkdocstrings: python/templates/material/docstring/examples.html: Rendering examples section | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.mysql.Backend' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
DEBUG - mkdocstrings: Rendering templates | |
DEBUG - mkdocstrings: python/templates/material/class.html: Rendering ibis.backends.mysql.Backend | |
DEBUG - mkdocstrings: python/templates/material/children.html: Rendering children of ibis.backends.mysql.Backend | |
DEBUG - Running 2 `page_content` events | |
DEBUG - mkdocs_autorefs.plugin: Mapping identifiers to URLs for page backends/MySQL.md | |
DEBUG - Reading: backends/Pandas.md | |
DEBUG - Running 4 `page_markdown` events | |
DEBUG - mkdocstrings: Matched '::: ibis.backends.pandas.Backend.do_connect' | |
DEBUG - mkdocstrings: Using handler 'python' | |
DEBUG - mkdocstrings: Collecting data | |
ERROR - mkdocstrings: ibis.backends.pandas.Backend.do_connect could not be found | |
ERROR - Error reading page 'backends/Pandas.md': | |
ERROR - Could not collect 'ibis.backends.pandas.Backend.do_connect' | |
Aborted with a BuildError! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment