{"id":15060772,"url":"https://github.com/shota-kizawa/bigquery-functions","last_synced_at":"2026-01-22T02:04:18.873Z","repository":{"id":61852261,"uuid":"553990659","full_name":"shota-kizawa/bigquery-functions","owner":"shota-kizawa","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-03T03:13:54.000Z","size":714,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T00:58:22.231Z","etag":null,"topics":["bigquery","sql"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shota-kizawa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-19T04:32:31.000Z","updated_at":"2024-12-03T03:13:58.000Z","dependencies_parsed_at":"2023-10-17T06:53:21.344Z","dependency_job_id":"a0a4b1fc-50ff-4853-b287-54ad6846d414","html_url":"https://github.com/shota-kizawa/bigquery-functions","commit_stats":{"total_commits":71,"total_committers":3,"mean_commits":"23.666666666666668","dds":"0.22535211267605637","last_synced_commit":"d1a4b1524176cf40ce99360e05cb5e0bb991aeb4"},"previous_names":["shota-kizawa/bigquery-functions","kiibo382/bigquery-functions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shota-kizawa/bigquery-functions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shota-kizawa%2Fbigquery-functions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shota-kizawa%2Fbigquery-functions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shota-kizawa%2Fbigquery-functions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shota-kizawa%2Fbigquery-functions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shota-kizawa","download_url":"https://codeload.github.com/shota-kizawa/bigquery-functions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shota-kizawa%2Fbigquery-functions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28650624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bigquery","sql"],"created_at":"2024-09-24T23:04:20.490Z","updated_at":"2026-01-22T02:04:18.849Z","avatar_url":"https://github.com/shota-kizawa.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# List of BigQuery Standard SQL Functions\n\n[This Reference](https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators) is parsed to generate type definitions.\n\nSee [output](./output) for a list of BiqQuery functions.\n\n## Usage\nHere's how to process a list of BigQuery functions using Rust.\nFist, add the following to Cargo.toml.\n```toml\n[dependencies]\nbigquery-functions = \"0.1.15\"\n```\n\nThen call the function or type as follows.\n```rust\nuse bigquery_functions::get_bigquery_function_names;\n\nfn main() {\n    let function_names = get_bigquery_function_names();\n    println!(\"function_names: {:?}\", function_names)\n}\n```\n\n[docs.rs](https://docs.rs/bigquery-functions/latest/bigquery_functions/#) is also helpful.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshota-kizawa%2Fbigquery-functions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshota-kizawa%2Fbigquery-functions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshota-kizawa%2Fbigquery-functions/lists"}