rabbit-slide-kou-rubykaigi-2023 2023.5.13.1 → 2023.5.13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config.yaml +1 -1
- data/pdf/rubykaigi-2023-ruby-adbc.pdf +0 -0
- data/ruby-adbc.rab +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 003a9757e6f2d039b2023c09ab31ca15196aaf259166f6f09a45fe2ae2997ee9
|
4
|
+
data.tar.gz: cde495003c6020cfb5f131e4f16c79be76059faa541d0c56910fcf9096edecc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4294666818b41a1ba48d17ba3760a9e1c531994d420224d8985f215c2c87a88190e2ac4ecf5a8d31ec2f4939e04870583144b915838370eca0fed721eda2eab5
|
7
|
+
data.tar.gz: 1913644c17f2709ec71c4b382d1c1b947b06a7ee79b2bb1a78e2b58fdcb76b34d680de6bad33f9ad4f4b01810ef839bef3a4608b4982b9c3b0911d4b5406b2eb
|
data/config.yaml
CHANGED
Binary file
|
data/ruby-adbc.rab
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
: theme
|
18
18
|
clear-code
|
19
19
|
|
20
|
-
= Sutou Kouhei\nA president
|
20
|
+
= Sutou Kouhei\nA president/Ruby committer
|
21
21
|
|
22
22
|
The president of ClearCode Inc.\n
|
23
23
|
(('note:クリアコードの社長'))
|
@@ -70,7 +70,7 @@ Let's use ((*Ruby*)) to extract and load large data!\n
|
|
70
70
|
|
71
71
|
= Embulk?
|
72
72
|
|
73
|
-
* Bulk data loader implemented
|
73
|
+
* Bulk data loader implemented with Java\n
|
74
74
|
(('note:Javaで実装されたバルクデータローダー'))
|
75
75
|
* JRuby supported!\n
|
76
76
|
(('note:JRubyサポート!'))
|
@@ -144,7 +144,7 @@ Let's use ((*Ruby*)) to extract and load large data!\n
|
|
144
144
|
= How fast is ADBC?\n(('note:ADBCはどのくらい速いの?'))
|
145
145
|
|
146
146
|
* 1 integer column\n
|
147
|
-
(('note
|
147
|
+
(('note:整数値カラム1つだけ'))
|
148
148
|
* (({SELECT * FROM x}))
|
149
149
|
* Lower is faster\n
|
150
150
|
(('note:低いほど速い'))
|
@@ -282,7 +282,7 @@ Let's use ((*Ruby*)) to extract and load large data!\n
|
|
282
282
|
= Current ADBC\n(('note:現時点のADBC'))
|
283
283
|
|
284
284
|
* 1 integer column\n
|
285
|
-
(('note
|
285
|
+
(('note:整数値カラム1つだけ'))
|
286
286
|
* (({SELECT * FROM x}))
|
287
287
|
* Lower is faster\n
|
288
288
|
(('note:低いほど速い'))
|
@@ -442,7 +442,7 @@ Apache Arrow Flight\n
|
|
442
442
|
= Current ADBC\n(('note:現時点のADBC'))
|
443
443
|
|
444
444
|
* 1 integer column\n
|
445
|
-
(('note
|
445
|
+
(('note:整数値カラム1つだけ'))
|
446
446
|
* (({SELECT * FROM x}))
|
447
447
|
* Lower is faster\n
|
448
448
|
(('note:低いほど速い'))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-kou-rubykaigi-2023
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2023.5.13.
|
4
|
+
version: 2023.5.13.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sutou Kouhei
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rabbit
|