forked from adbc-drivers/bigquery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.rat-apache
More file actions
56 lines (55 loc) · 1.74 KB
/
.rat-apache
File metadata and controls
56 lines (55 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Copyright (c) 2025 ADBC Drivers Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
.github/workflows/dev_issues.yaml
csharp/.gitignore
csharp/Directory.Build.props
csharp/src/ActivityExtensions.cs
csharp/src/AssemblyInfo.cs
csharp/src/BigQueryConnection.cs
csharp/src/BigQueryDatabase.cs
csharp/src/BigQueryDriver.cs
csharp/src/BigQueryInfoArrowStream.cs
csharp/src/BigQueryParameters.cs
csharp/src/BigQueryStatement.cs
csharp/src/BigQueryStsTokenResponse.cs
csharp/src/BigQueryTableTypes.cs
csharp/src/BigQueryTokenResponse.cs
csharp/src/BigQueryUtils.cs
csharp/src/ITokenProtectedResource.cs
csharp/src/RetryManager.cs
csharp/src/TokenProtectedReadClient.cs
csharp/src/readme.md
csharp/test/AuthenticationTests.cs
csharp/test/BigQueryData.cs
csharp/test/BigQueryStatementTests.cs
csharp/test/BigQueryTestConfiguration.cs
csharp/test/BigQueryTestingUtils.cs
csharp/test/ClientTests.cs
csharp/test/DriverTests.cs
csharp/test/Resources/BigQueryData.sql
csharp/test/SmokeTests/Build.props
csharp/test/StatementTests.cs
csharp/test/TelemetryTests.cs
csharp/test/readme.md
go/bigquery_database.go
go/connection.go
go/driver.go
go/driver_test.go
go/pkg/adbc.h
go/pkg/driver.go
go/pkg/utils.c
go/pkg/utils.h
go/record_reader.go
go/record_reader_test.go
go/statement.go