Commit cec7541
ARROW-4199: [GLib] Add garrow_seekable_input_stream_peek()
Author: Yosuke Shiro <yosuke.shiro615@gmail.com>
Author: Kouhei Sutou <kou@clear-code.com>
Closes #3351 from shiro615/glib-support-peek and squashes the following commits:
1f44576 <Kouhei Sutou> Improve document
a5f0fdf <Yosuke Shiro> Add GARROW_AVAILABLE_IN_0_12
b27c0a0 <Yosuke Shiro> Use g_bytes_new_static to avoid copying the data
f9d9f23 <Yosuke Shiro> Add support for Peek to InputStream1 parent bfe6865 commit cec7541
File tree
3 files changed
+35
-0
lines changed- c_glib
- arrow-glib
- test
3 files changed
+35
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
328 | 352 | | |
329 | 353 | | |
330 | 354 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
42 | 50 | | |
0 commit comments