rabbit-slide-kou-rubykaigi-2023 2023.5.13.1 → 2023.5.13.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23d6393ca2172ac80a5641fcbd4066eaacdbda312b9cc905310c3ce64663f752
4
- data.tar.gz: 9a0f680e69c85340bdcf7942b989f1312352a6f0fb28938b8e7e8cfed0a3a9e0
3
+ metadata.gz: 003a9757e6f2d039b2023c09ab31ca15196aaf259166f6f09a45fe2ae2997ee9
4
+ data.tar.gz: cde495003c6020cfb5f131e4f16c79be76059faa541d0c56910fcf9096edecc8
5
5
  SHA512:
6
- metadata.gz: 300cd18ff191af44964bcf5eb3ce086472d027945c61f5b1b0a5f3ff64900af7bfdb5b0030991866466d347955e6ff4b77c7874ae5134adb9189762e9ee40200
7
- data.tar.gz: 3f1473995d0664de95edebbd72ee3f21695e092b78d773e96aa884844364473312471b771f5d298d70309f7a17ccdde96208b323c7211f7c3ce46201f35d2ede
6
+ metadata.gz: 4294666818b41a1ba48d17ba3760a9e1c531994d420224d8985f215c2c87a88190e2ac4ecf5a8d31ec2f4939e04870583144b915838370eca0fed721eda2eab5
7
+ data.tar.gz: 1913644c17f2709ec71c4b382d1c1b947b06a7ee79b2bb1a78e2b58fdcb76b34d680de6bad33f9ad4f4b01810ef839bef3a4608b4982b9c3b0911d4b5406b2eb
data/config.yaml CHANGED
@@ -7,7 +7,7 @@ tags:
7
7
  - arrow
8
8
  - adbc
9
9
  presentation_date: 2023-05-13
10
- version: 2023.5.13.1
10
+ version: 2023.5.13.2
11
11
  licenses:
12
12
  - CC-BY-SA-4.0
13
13
  slideshare_id:
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 Ruby committer
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 in Java\n
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:数値カラム1つだけ'))
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:数値カラム1つだけ'))
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:数値カラム1つだけ'))
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.1
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-12 00:00:00.000000000 Z
11
+ date: 2023-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rabbit