File: column_copy.html

package info (click to toggle)
groonga 11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 121,576 kB
  • sloc: ansic: 801,209; javascript: 62,121; ruby: 46,206; cpp: 33,790; xml: 24,951; yacc: 13,333; sh: 7,776; python: 3,266; makefile: 2,315; perl: 133
file content (780 lines) | stat: -rw-r--r-- 36,097 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780


<!DOCTYPE html>

<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>7.3.10. column_copy &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
    <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
    <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
    
    <script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
    <script src="../../_static/jquery.js"></script>
    <script src="../../_static/underscore.js"></script>
    <script src="../../_static/doctools.js"></script>
    <script src="../../_static/language_data.js"></script>
    
    <link rel="shortcut icon" href="../../_static/favicon.ico"/>
    <link rel="index" title="Index" href="../../genindex.html" />
    <link rel="search" title="Search" href="../../search.html" />
    <link rel="next" title="7.3.11. column_create" href="column_create.html" />
    <link rel="prev" title="7.3.9. clearlock" href="clearlock.html" /> 
  </head><body>
<div class="header">
  <h1 class="title">
    <a id="top-link" href="../../index.html">
      <span class="project">groonga</span>
      <span class="separator">-</span>
      <span class="description">An open-source fulltext search engine and column store.</span>
    </a>
  </h1>

  <div class="other-language-links">
    <ul>
      <li><a href="../../../../ja/html/reference/commands/column_copy.html">日本語</a></li>
    </ul>
  </div>
</div>
  

    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="column_create.html" title="7.3.11. column_create"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="clearlock.html" title="7.3.9. clearlock"
             accesskey="P">previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
          <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.10. </span><code class="docutils literal notranslate"><span class="pre">column_copy</span></code></a></li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="column-copy">
<h1><span class="section-number">7.3.10. </span><code class="docutils literal notranslate"><span class="pre">column_copy</span></code><a class="headerlink" href="#column-copy" title="Permalink to this headline">¶</a></h1>
<div class="section" id="summary">
<h2><span class="section-number">7.3.10.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
<div class="versionadded">
<p><span class="versionmodified added">New in version 5.0.7.</span></p>
</div>
<p><code class="docutils literal notranslate"><span class="pre">column_copy</span></code> copies all column values to other column.</p>
<p>You can implement the following features with this command:</p>
<blockquote>
<div><ul class="simple">
<li><p>Changing column configuration</p></li>
<li><p>Changing table configuration</p></li>
</ul>
</div></blockquote>
<p>You can change column configuration by the following steps:</p>
<blockquote>
<div><ol class="arabic simple">
<li><p>Create a new column with new configuration</p></li>
<li><p>Copy all values from the current column to the new column</p></li>
<li><p>Remove the current column</p></li>
<li><p>Rename the new column to the current column</p></li>
</ol>
</div></blockquote>
<p>You can change table configuration by the following steps:</p>
<blockquote>
<div><ol class="arabic simple">
<li><p>Create a new table with new configuration</p></li>
<li><p>Create all same columns to the new table</p></li>
<li><p>Copy all column values from the current table to the new table</p></li>
<li><p>Remove the current table</p></li>
<li><p>Rename the new table to the current table</p></li>
</ol>
</div></blockquote>
<p>Concrete examples are showed later.</p>
<p>You can’t copy column values from a <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> table to another
table. And you can’t copy column values to a <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> table
from another table. Because Groonga can’t map records without record
key.</p>
<p>You can copy column values from a <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> table to the same
<code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> table.</p>
<p>You can copy column values from a <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code> /
<code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> / <code class="docutils literal notranslate"><span class="pre">TABLE_DAT_KEY</span></code> table to the same or another
<code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code> / <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> / <code class="docutils literal notranslate"><span class="pre">TABLE_DAT_KEY</span></code> table.</p>
</div>
<div class="section" id="syntax">
<h2><span class="section-number">7.3.10.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
<p>This command takes four parameters.</p>
<p>All parameters are required:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>column_copy from_table
            from_name
            to_table
            to_name
</pre></div>
</div>
</div>
<div class="section" id="usage">
<h2><span class="section-number">7.3.10.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
<p>Here are use cases of this command:</p>
<blockquote>
<div><ul class="simple">
<li><p>Changing column configuration</p></li>
<li><p>Changing table configuration</p></li>
</ul>
</div></blockquote>
<div class="section" id="how-to-change-column-configuration">
<h3><span class="section-number">7.3.10.3.1. </span>How to change column configuration<a class="headerlink" href="#how-to-change-column-configuration" title="Permalink to this headline">¶</a></h3>
<p>You can change column value type. For example, you can change
<code class="docutils literal notranslate"><span class="pre">UInt32</span></code> column value to <code class="docutils literal notranslate"><span class="pre">ShortText</span></code> column value.</p>
<p>You can change column type. For example, you can change
<code class="docutils literal notranslate"><span class="pre">COLUMN_SCALAR</span></code> column to <code class="docutils literal notranslate"><span class="pre">COLUMN_VECTOR</span></code> column.</p>
<p>You can move a column to other table. For example, you can move
<code class="docutils literal notranslate"><span class="pre">high_score</span></code> column to <code class="docutils literal notranslate"><span class="pre">Users</span></code> table from <code class="docutils literal notranslate"><span class="pre">Players</span></code> table.</p>
<p>Here are basic steps to change column configuration:</p>
<blockquote>
<div><ol class="arabic simple">
<li><p>Create a new column with new configuration</p></li>
<li><p>Copy all values from the current column to the new column</p></li>
<li><p>Remove the current column</p></li>
<li><p>Rename the new column to the current column</p></li>
</ol>
</div></blockquote>
<p>Here is an example to change column value type to <code class="docutils literal notranslate"><span class="pre">Int32</span></code> from
<code class="docutils literal notranslate"><span class="pre">ShortText</span></code>.</p>
<p>Here are schema and data:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Logs TABLE_HASH_KEY ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create Logs serial COLUMN_SCALAR Int32
# [[0, 1337566253.89858, 0.000355720520019531], true]
load --table Logs
[
{&quot;_key&quot;: &quot;log1&quot;, &quot;serial&quot;: 1}
]
# [[0, 1337566253.89858, 0.000355720520019531], 1]
</pre></div>
</div>
<p>The following commands change <code class="docutils literal notranslate"><span class="pre">Logs.serial</span></code> column value type to
<code class="docutils literal notranslate"><span class="pre">ShortText</span></code> from <code class="docutils literal notranslate"><span class="pre">Int32</span></code>:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>column_create Logs new_serial COLUMN_SCALAR ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_copy Logs serial Logs new_serial
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_remove Logs serial
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_rename Logs new_serial serial
# [[0, 1337566253.89858, 0.000355720520019531], true]
select Logs
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   [
#     [
#       [
#         1
#       ],
#       [
#         [
#           &quot;_id&quot;,
#           &quot;UInt32&quot;
#         ],
#         [
#           &quot;_key&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;serial&quot;,
#           &quot;ShortText&quot;
#         ]
#       ],
#       [
#         1,
#         &quot;log1&quot;,
#         &quot;1&quot;
#       ]
#     ]
#   ]
# ]
</pre></div>
</div>
<p>You can find <code class="docutils literal notranslate"><span class="pre">Logs.serial</span></code> stores <code class="docutils literal notranslate"><span class="pre">ShortText</span></code> value from the
response of <code class="docutils literal notranslate"><span class="pre">select</span></code>.</p>
<p>Here is an example to change column type to <code class="docutils literal notranslate"><span class="pre">COLUMN_VECTOR</span></code> from
<code class="docutils literal notranslate"><span class="pre">COLUMN_SCALAR</span></code>.</p>
<p>Here are schema and data:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Entries TABLE_HASH_KEY ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create Entries tag COLUMN_SCALAR ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
load --table Entries
[
{&quot;_key&quot;: &quot;entry1&quot;, &quot;tag&quot;: &quot;Groonga&quot;}
]
# [[0, 1337566253.89858, 0.000355720520019531], 1]
</pre></div>
</div>
<p>The following commands change <code class="docutils literal notranslate"><span class="pre">Entries.tag</span></code> column to
<code class="docutils literal notranslate"><span class="pre">COLUMN_VECTOR</span></code> from <code class="docutils literal notranslate"><span class="pre">COLUMN_SCALAR</span></code>:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>column_create Entries new_tag COLUMN_VECTOR ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_copy Entries tag Entries new_tag
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_remove Entries tag
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_rename Entries new_tag tag
# [[0, 1337566253.89858, 0.000355720520019531], true]
select Entries
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   [
#     [
#       [
#         1
#       ],
#       [
#         [
#           &quot;_id&quot;,
#           &quot;UInt32&quot;
#         ],
#         [
#           &quot;_key&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;tag&quot;,
#           &quot;ShortText&quot;
#         ]
#       ],
#       [
#         1,
#         &quot;entry1&quot;,
#         [
#           &quot;Groonga&quot;
#         ]
#       ]
#     ]
#   ]
# ]
</pre></div>
</div>
<p>You can find <code class="docutils literal notranslate"><span class="pre">Entries.tag</span></code> stores <code class="docutils literal notranslate"><span class="pre">COLUMN_VECTOR</span></code> value from the
response of <code class="docutils literal notranslate"><span class="pre">select</span></code>.</p>
<p>Here is an example to move <code class="docutils literal notranslate"><span class="pre">high_score</span></code> column to <code class="docutils literal notranslate"><span class="pre">Users</span></code> table
from <code class="docutils literal notranslate"><span class="pre">Players</span></code> table.</p>
<p>Here are schema and data:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Players TABLE_HASH_KEY ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create Players high_score COLUMN_SCALAR Int32
# [[0, 1337566253.89858, 0.000355720520019531], true]
load --table Players
[
{&quot;_key&quot;: &quot;player1&quot;, &quot;high_score&quot;: 100}
]
# [[0, 1337566253.89858, 0.000355720520019531], 1]
</pre></div>
</div>
<p>The following commands move <code class="docutils literal notranslate"><span class="pre">high_score</span></code> column to <code class="docutils literal notranslate"><span class="pre">Users</span></code> table
from <code class="docutils literal notranslate"><span class="pre">Players</span></code> table:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Users TABLE_HASH_KEY ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create Users high_score COLUMN_SCALAR Int32
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_copy Players high_score Users high_score
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_remove Players high_score
# [[0, 1337566253.89858, 0.000355720520019531], true]
select Users
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   [
#     [
#       [
#         1
#       ],
#       [
#         [
#           &quot;_id&quot;,
#           &quot;UInt32&quot;
#         ],
#         [
#           &quot;_key&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;high_score&quot;,
#           &quot;Int32&quot;
#         ]
#       ],
#       [
#         1,
#         &quot;player1&quot;,
#         100
#       ]
#     ]
#   ]
# ]
</pre></div>
</div>
<p>You can find <code class="docutils literal notranslate"><span class="pre">Users.high_score</span></code> is moved from <code class="docutils literal notranslate"><span class="pre">Players.high_score</span></code>
from the response of <code class="docutils literal notranslate"><span class="pre">select</span></code>.</p>
</div>
<div class="section" id="how-to-change-table-configuration">
<h3><span class="section-number">7.3.10.3.2. </span>How to change table configuration<a class="headerlink" href="#how-to-change-table-configuration" title="Permalink to this headline">¶</a></h3>
<p>You can change table key type. For example, you can change
key type to <code class="docutils literal notranslate"><span class="pre">ShortText</span></code> from <code class="docutils literal notranslate"><span class="pre">Int32</span></code>.</p>
<p>You can change table type. For example, you can change
<code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code> table to <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> table.</p>
<p>You can also change other options such as default tokenizer and
normalizer. For example, you can change default tokenizer to
<code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code> from <code class="docutils literal notranslate"><span class="pre">TokenBigrm</span></code>.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>You can’t change <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> table. Because <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code>
doesn’t have record key. Groonga can’t identify copy destination
record without record key.</p>
</div>
<p>Here are basic steps to change table configuration:</p>
<blockquote>
<div><ol class="arabic simple">
<li><p>Create a new table with new configuration</p></li>
<li><p>Create all same columns to the new table</p></li>
<li><p>Copy all column values from the current table to the new table</p></li>
<li><p>Remove the current table</p></li>
<li><p>Rename the new table to the current table</p></li>
</ol>
</div></blockquote>
<p>Here is an example to change table key type to <code class="docutils literal notranslate"><span class="pre">ShortText</span></code> from
<code class="docutils literal notranslate"><span class="pre">Int32</span></code>.</p>
<p>Here are schema and data:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create IDs TABLE_HASH_KEY Int32
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create IDs label COLUMN_SCALAR ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create IDs used COLUMN_SCALAR Bool
# [[0, 1337566253.89858, 0.000355720520019531], true]
load --table IDs
[
{&quot;_key&quot;: 100, &quot;label&quot;: &quot;ID 100&quot;, used: true}
]
# [[0, 1337566253.89858, 0.000355720520019531], 1]
</pre></div>
</div>
<p>The following commands change <code class="docutils literal notranslate"><span class="pre">IDs</span></code> table key type to <code class="docutils literal notranslate"><span class="pre">ShortText</span></code>
from <code class="docutils literal notranslate"><span class="pre">Int32</span></code>:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create NewIDs TABLE_HASH_KEY Int32
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create NewIDs label COLUMN_SCALAR ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create NewIDs used COLUMN_SCALAR Bool
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_copy IDs label NewIDs label
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_copy IDs used  NewIDs used
# [[0, 1337566253.89858, 0.000355720520019531], true]
table_remove IDs
# [[0, 1337566253.89858, 0.000355720520019531], true]
table_rename NewIDs IDs
# [[0, 1337566253.89858, 0.000355720520019531], true]
select IDs
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   [
#     [
#       [
#         1
#       ],
#       [
#         [
#           &quot;_id&quot;,
#           &quot;UInt32&quot;
#         ],
#         [
#           &quot;_key&quot;,
#           &quot;Int32&quot;
#         ],
#         [
#           &quot;label&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;used&quot;,
#           &quot;Bool&quot;
#         ]
#       ],
#       [
#         1,
#         100,
#         &quot;ID 100&quot;,
#         true
#       ]
#     ]
#   ]
# ]
</pre></div>
</div>
<p>You can find <code class="docutils literal notranslate"><span class="pre">IDs</span></code> stores <code class="docutils literal notranslate"><span class="pre">ShortText</span></code> key from the response of
<code class="docutils literal notranslate"><span class="pre">select</span></code>.</p>
<p>Here is an example to change table type to <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> from
<code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code>.</p>
<p>Here are schema and data:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Names TABLE_HASH_KEY ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create Names used COLUMN_SCALAR Bool
# [[0, 1337566253.89858, 0.000355720520019531], true]
load --table Entries
[
{&quot;_key&quot;: &quot;alice&quot;, &quot;used&quot;: false}
]
# [[0, 1337566253.89858, 0.000355720520019531], 1]
</pre></div>
</div>
<p>The following commands change <code class="docutils literal notranslate"><span class="pre">Names</span></code> table to <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code>
from <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code>:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create NewNames TABLE_PAT_KEY ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create NewNames used COLUMN_SCALAR Bool
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_copy Names used NewNames used
# [[0, 1337566253.89858, 0.000355720520019531], true]
table_remove Names
# [[0, 1337566253.89858, 0.000355720520019531], true]
table_rename NewNames Names
# [[0, 1337566253.89858, 0.000355720520019531], true]
select Names --filter &#39;_key @^ &quot;ali&quot;&#39;
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   [
#     [
#       [
#         0
#       ],
#       [
#         [
#           &quot;_id&quot;,
#           &quot;UInt32&quot;
#         ],
#         [
#           &quot;_key&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;used&quot;,
#           &quot;Bool&quot;
#         ]
#       ]
#     ]
#   ]
# ]
</pre></div>
</div>
<p>You can find <code class="docutils literal notranslate"><span class="pre">Names</span></code> is a <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> because <code class="docutils literal notranslate"><span class="pre">select</span></code> can
use <a class="reference internal" href="../grn_expr/script_syntax.html#script-syntax-prefix-search-operator"><span class="std std-ref">Prefix search operator</span></a>. You can’t use
<a class="reference internal" href="../grn_expr/script_syntax.html#script-syntax-prefix-search-operator"><span class="std std-ref">Prefix search operator</span></a> with <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code>.</p>
</div>
</div>
<div class="section" id="parameters">
<h2><span class="section-number">7.3.10.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
<p>This section describes parameters.</p>
<div class="section" id="required-parameters">
<h3><span class="section-number">7.3.10.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
<p>All parameters are required.</p>
<div class="section" id="from-table">
<span id="column-copy-from-table"></span><h4><span class="section-number">7.3.10.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">from_table</span></code><a class="headerlink" href="#from-table" title="Permalink to this headline">¶</a></h4>
<p>Specifies the table name of source column.</p>
<p>You can specify any table including <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> table.</p>
<p>If you specify <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> table, <a class="reference internal" href="#column-copy-to-table"><span class="std std-ref">to_table</span></a>
must be the same table.</p>
<p>Here is an example to use <code class="docutils literal notranslate"><span class="pre">from_table</span></code>.</p>
<p>Here are schema and data:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create FromTable TABLE_HASH_KEY ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create FromTable from_column COLUMN_SCALAR ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create FromTable to_column   COLUMN_SCALAR ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
load --table FromTable
[
{&quot;_key&quot;: &quot;key1&quot;, &quot;from_column&quot;: &quot;value1&quot;}
]
# [[0, 1337566253.89858, 0.000355720520019531], 1]
select FromTable --output_columns _key,from_column,to_column
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   [
#     [
#       [
#         1
#       ],
#       [
#         [
#           &quot;_key&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;from_column&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;to_column&quot;,
#           &quot;ShortText&quot;
#         ]
#       ],
#       [
#         &quot;key1&quot;,
#         &quot;value1&quot;,
#         &quot;&quot;
#       ]
#     ]
#   ]
# ]
</pre></div>
</div>
<p>You can copy all values to <code class="docutils literal notranslate"><span class="pre">to_column</span></code> from <code class="docutils literal notranslate"><span class="pre">from_column</span></code>:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>column_copy FromTable from_column FromTable to_column
# [[0, 1337566253.89858, 0.000355720520019531], true]
select FromTable --output_columns _key,from_column,to_column
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   [
#     [
#       [
#         1
#       ],
#       [
#         [
#           &quot;_key&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;from_column&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;to_column&quot;,
#           &quot;ShortText&quot;
#         ]
#       ],
#       [
#         &quot;key1&quot;,
#         &quot;value1&quot;,
#         &quot;value1&quot;
#       ]
#     ]
#   ]
# ]
</pre></div>
</div>
</div>
<div class="section" id="from-name">
<span id="column-copy-from-name"></span><h4><span class="section-number">7.3.10.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">from_name</span></code><a class="headerlink" href="#from-name" title="Permalink to this headline">¶</a></h4>
<p>Specifies the column name to be copied values.</p>
<p>See <a class="reference internal" href="#column-copy-from-table"><span class="std std-ref">from_table</span></a> for example.</p>
</div>
<div class="section" id="to-table">
<span id="column-copy-to-table"></span><h4><span class="section-number">7.3.10.4.1.3. </span><code class="docutils literal notranslate"><span class="pre">to_table</span></code><a class="headerlink" href="#to-table" title="Permalink to this headline">¶</a></h4>
<p>Specifies the table name of destination column.</p>
<p>You can specify the same table name as <a class="reference internal" href="#column-copy-from-table"><span class="std std-ref">from_table</span></a>
when you want to copy column values in the same table.</p>
<p>You can’t specify <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> table to <code class="docutils literal notranslate"><span class="pre">to_table</span></code> because
Groonga can’t identify destination records without record key.</p>
<p>There is one exception. If you specify the same name as <code class="docutils literal notranslate"><span class="pre">from_table</span></code>
to <code class="docutils literal notranslate"><span class="pre">to_table</span></code>, you can use <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> table as
<code class="docutils literal notranslate"><span class="pre">to_table</span></code>. Because Groonga can identify destination records when
source table and destination table is the same table.</p>
<p>Here is an example to use <code class="docutils literal notranslate"><span class="pre">to_table</span></code>.</p>
<p>Here are schema and data:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Table TABLE_HASH_KEY ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create Table column COLUMN_SCALAR ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
table_create ToTable TABLE_HASH_KEY ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
column_create ToTable to_column COLUMN_SCALAR ShortText
# [[0, 1337566253.89858, 0.000355720520019531], true]
load --table Table
[
{&quot;_key&quot;: &quot;key1&quot;, &quot;column&quot;: &quot;value1&quot;}
]
# [[0, 1337566253.89858, 0.000355720520019531], 1]
</pre></div>
</div>
<p>You can copy all values to <code class="docutils literal notranslate"><span class="pre">ToTable.to_column</span></code> from
<code class="docutils literal notranslate"><span class="pre">Table.column</span></code>:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>column_copy Table column ToTable to_column
# [[0, 1337566253.89858, 0.000355720520019531], true]
select ToTable --output_columns _key,to_column
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   [
#     [
#       [
#         1
#       ],
#       [
#         [
#           &quot;_key&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;to_column&quot;,
#           &quot;ShortText&quot;
#         ]
#       ],
#       [
#         &quot;key1&quot;,
#         &quot;value1&quot;
#       ]
#     ]
#   ]
# ]
</pre></div>
</div>
</div>
<div class="section" id="to-name">
<span id="column-copy-to-name"></span><h4><span class="section-number">7.3.10.4.1.4. </span><code class="docutils literal notranslate"><span class="pre">to_name</span></code><a class="headerlink" href="#to-name" title="Permalink to this headline">¶</a></h4>
<p>Specifies the destination column name.</p>
<p>See <a class="reference internal" href="#column-copy-to-table"><span class="std std-ref">to_table</span></a> for example.</p>
</div>
</div>
<div class="section" id="optional-parameters">
<h3><span class="section-number">7.3.10.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
<p>There is no optional parameter.</p>
</div>
</div>
<div class="section" id="return-value">
<h2><span class="section-number">7.3.10.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
<p>The command returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body on success such as:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
</pre></div>
</div>
<p>If the command fails, error details are in <code class="docutils literal notranslate"><span class="pre">HEADER</span></code>.</p>
<p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> for <code class="docutils literal notranslate"><span class="pre">HEADER</span></code>.</p>
</div>
</div>


            <div class="clearer"></div>
          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h3><a href="../../index.html">Table of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">7.3.10. <code class="docutils literal notranslate"><span class="pre">column_copy</span></code></a><ul>
<li><a class="reference internal" href="#summary">7.3.10.1. Summary</a></li>
<li><a class="reference internal" href="#syntax">7.3.10.2. Syntax</a></li>
<li><a class="reference internal" href="#usage">7.3.10.3. Usage</a><ul>
<li><a class="reference internal" href="#how-to-change-column-configuration">7.3.10.3.1. How to change column configuration</a></li>
<li><a class="reference internal" href="#how-to-change-table-configuration">7.3.10.3.2. How to change table configuration</a></li>
</ul>
</li>
<li><a class="reference internal" href="#parameters">7.3.10.4. Parameters</a><ul>
<li><a class="reference internal" href="#required-parameters">7.3.10.4.1. Required parameters</a><ul>
<li><a class="reference internal" href="#from-table">7.3.10.4.1.1. <code class="docutils literal notranslate"><span class="pre">from_table</span></code></a></li>
<li><a class="reference internal" href="#from-name">7.3.10.4.1.2. <code class="docutils literal notranslate"><span class="pre">from_name</span></code></a></li>
<li><a class="reference internal" href="#to-table">7.3.10.4.1.3. <code class="docutils literal notranslate"><span class="pre">to_table</span></code></a></li>
<li><a class="reference internal" href="#to-name">7.3.10.4.1.4. <code class="docutils literal notranslate"><span class="pre">to_name</span></code></a></li>
</ul>
</li>
<li><a class="reference internal" href="#optional-parameters">7.3.10.4.2. Optional parameters</a></li>
</ul>
</li>
<li><a class="reference internal" href="#return-value">7.3.10.5. Return value</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="clearlock.html"
                        title="previous chapter"><span class="section-number">7.3.9. </span><code class="docutils literal notranslate"><span class="pre">clearlock</span></code></a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="column_create.html"
                        title="next chapter"><span class="section-number">7.3.11. </span><code class="docutils literal notranslate"><span class="pre">column_create</span></code></a></p>
<div id="searchbox" style="display: none" role="search">
  <h3 id="searchlabel">Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="../../search.html" method="get">
      <input type="text" name="q" aria-labelledby="searchlabel" />
      <input type="submit" value="Go" />
    </form>
    </div>
</div>
<script>$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="column_create.html" title="7.3.11. column_create"
             >next</a> |</li>
        <li class="right" >
          <a href="clearlock.html" title="7.3.9. clearlock"
             >previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
          <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.10. </span><code class="docutils literal notranslate"><span class="pre">column_copy</span></code></a></li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2009-2021, Brazil, Inc.
    </div>
  </body>
</html>