File tree
5 files changed
+66
-105
lines changed- include/substrait/type
- scripts
- substrait
- function
- type
- third_party
5 files changed
+66
-105
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
193 | 198 | | |
194 | 199 | | |
195 | 200 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
109 | 114 | | |
110 | | - | |
111 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
112 | 125 | | |
113 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
114 | 138 | | |
115 | 139 | | |
116 | 140 | | |
117 | 141 | | |
118 | 142 | | |
119 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
120 | 150 | | |
121 | 151 | | |
122 | 152 | | |
123 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
124 | 159 | | |
125 | 160 | | |
126 | 161 | | |
127 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
128 | 168 | | |
129 | 169 | | |
130 | 170 | | |
131 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
132 | 177 | | |
133 | 178 | | |
134 | 179 | | |
| |||
- .github/issue_template.md+6
- .github/workflows/doc.yml+5-1
- .github/workflows/linux.yml+32-11
- .github/workflows/macos.yml+5-2
- .github/workflows/windows.yml+53-21
- CMakeLists.txt+15-40
- ChangeLog.rst+953-10
- README.rst+20-15
- doc/CMakeLists.txt+11-2
- doc/api.rst+266-165
- doc/basic-bootstrap/layout.html+3-1
- doc/build.py+11-2
- doc/index.rst+2-2
- doc/syntax.rst+48-20
- include/fmt/args.h+6-4
- include/fmt/chrono.h+1.1k-230
- include/fmt/color.h+136-112
- include/fmt/compile.h+54-82
- include/fmt/core.h+906-571
- include/fmt/format-inl.h+841-1.7k
- include/fmt/format.h+2.2k-724
- include/fmt/locale.h-2
- include/fmt/os.h+79-129
- include/fmt/ostream.h+151-95
- include/fmt/printf.h+19-31
- include/fmt/ranges.h+391-136
- include/fmt/std.h+289
- include/fmt/xchar.h+51-39
- src/fmt.cc-1
- src/format.cc+16-47
- src/os.cc+81-44
- support/appveyor-build.py-43
- support/appveyor.yml-31
- support/bazel/.bazelrc+1
- support/bazel/.bazelversion+1
- support/bazel/BUILD.bazel+28
- support/bazel/README.md+73
- support/bazel/WORKSPACE.bazel+1
- support/cmake/cxx14.cmake+16-32
- support/cmake/fmt-config.cmake.in+4-1
- support/manage.py+19-6
- support/printable.py+201
- test/CMakeLists.txt+43-43
- test/args-test.cc+24-11
- test/chrono-test.cc+390-40
- test/color-test.cc+12
- test/compile-error-test/CMakeLists.txt+209-47
- test/compile-fp-test.cc+62
- test/compile-test.cc+42-8
- test/core-test.cc+168-29
- test/detect-stdfs.cc+18
- test/enforce-checks-test.cc+12-9
- test/find-package-test/main.cc+1-2
- test/format-856
- test/format-impl-test.cc+263-96
- test/format-test.cc+454-224
- test/fuzzing/CMakeLists.txt+1-1
- test/fuzzing/build.sh+5-3
- test/fuzzing/chrono-duration.cc+6-5
- test/fuzzing/chrono-timepoint.cc+32
- test/fuzzing/float.cc+5-5
- test/fuzzing/fuzzer-common.h+7-5
- test/fuzzing/named-arg.cc+5-3
- test/fuzzing/one-arg.cc+8-7
- test/fuzzing/two-args.cc+4-3
- test/gtest-extra-test.cc+1-1
- test/gtest-extra.cc+4-5
- test/gtest-extra.h+8-2
- test/gtest/CMakeLists.txt+7
- test/gtest/gmock-gtest-all.cc+1-1
- test/header-only-test.cc+4
- test/module-test.cc+23-16
- test/noexception-test.cc+18
- test/os-test.cc+31-48
- test/ostream-test.cc+95-55
- test/posix-mock-test.cc+2-109
- test/printf-test.cc+1-11
- test/ranges-odr-test.cc+17
- test/ranges-test.cc+166-6
- test/scan.h+16-11
- test/std-format-test.cc-161
- test/std-test.cc+149
- test/test-main.cc+3-3
- test/unicode-test.cc+4-4
- test/util.h+6-2
- test/xchar-test.cc+144-47
0 commit comments