Commit ac9d721
authored
apacheGH-46465: [C++][FlightRPC] Refactor ODBC namespaces and file structure (apache#47703)
### Rationale for this change
Closes apache#46465.
### What changes are included in this PR?
Multiple `utils` files have been merged into a single `util.cc/h`.
The project/subdirectory `flight_sql` has been renamed to `odbc_impl`.
The project/subdirectory `odbcabstraction` is removed and its files have been moved to `odbc_impl`.
Header files inside `include` directories have been relocated to the same directory as their implementation files.
### Are these changes tested?
N/A
### Are there any user-facing changes?
No
* GitHub Issue: apache#46465
Authored-by: justing-bq <[email protected]>
Signed-off-by: David Li <[email protected]>1 parent 2c63d48 commit ac9d721
File tree
135 files changed
+3257
-4100
lines changed- cpp/src/arrow/flight/sql/odbc
- flight_sql
- accessors
- odbc_impl
- accessors
- config
- spi
- ui
- odbcabstraction
- include/odbcabstraction
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
135 files changed
+3257
-4100
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
73 | | - | |
74 | 72 | | |
75 | 73 | | |
76 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | | - | |
| 255 | + | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
| 298 | + | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 0 additions & 78 deletions
This file was deleted.
Lines changed: 0 additions & 148 deletions
This file was deleted.
0 commit comments