Commit 4b21572
Add a working, more complete example of using a catalog (docs) (#1427)
* Add a working, more complete example of using a catalog
* the default schema is 'public', not 'default'
* in-memory table instead of imaginary csv for standalone example
* typo fix
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
* minor c string fix after merge
---------
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
Co-authored-by: Tim Saucer <timsaucer@gmail.com>1 parent 75d07ce commit 4b21572
File tree
2 files changed
+20
-8
lines changed- crates/core/src
- docs/source/user-guide
2 files changed
+20
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
| 231 | + | |
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
| 236 | + | |
235 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
236 | 241 | | |
237 | 242 | | |
238 | | - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
239 | 246 | | |
240 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
241 | 254 | | |
242 | | - | |
| 255 | + | |
243 | 256 | | |
244 | | - | |
245 | | - | |
| 257 | + | |
246 | 258 | | |
247 | 259 | | |
248 | 260 | | |
| |||
0 commit comments