BigQuery Support¶
Language: C# Status: Beta
The C# BigQuery Driver (Beta) is available as a NuGet package
C# BigQuery Driver¶
Installation¶
Install Apache.Arrow.Adbc.Drivers.BigQuery from NuGet:
dotnet package add Apache.Arrow.Adbc.Drivers.BigQuery
Install the C/C++ driver, then use the Go driver manager. Requires CGO.
go get github.com/apache/arrow-adbc/go/adbc/drivermgr
Additionally, the driver may be used from C/C++, C#, GLib, Go, R, Ruby, and Rust via the driver manager.
More Information¶
For more information about this driver, please see the README.