-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgenindex.html
More file actions
941 lines (907 loc) · 74.2 KB
/
genindex.html
File metadata and controls
941 lines (907 loc) · 74.2 KB
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
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
<!doctype html>
<html class="no-js" lang="en">
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
<meta name="generator" content="sphinx-5.3.0, furo 2022.09.29"/><title>Index - GraphAr</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?digest=d81277517bee4d6b0349d71bb2661d4890b5617c" />
<link rel="stylesheet" type="text/css" href="_static/copybutton.css" />
<link rel="stylesheet" type="text/css" href="_static/panels-main.c949a650a448cc0ae9fd3441c0e17fb0.css" />
<link rel="stylesheet" type="text/css" href="_static/panels-bootstrap.5fd3999ee7762ccc51105388f4a9d115.css" />
<link rel="stylesheet" type="text/css" href="_static/panels-variables.06eb56fa6e07937060861dad626602ad.css" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
<link rel="stylesheet" type="text/css" href="_static/css/brands.min.css" />
<link rel="stylesheet" type="text/css" href="_static/css/v4-shims.min.css" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/css/panels.css" />
<style>
body {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
@media not print {
body[data-theme="dark"] {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
@media (prefers-color-scheme: dark) {
body:not([data-theme="light"]) {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
}
</style></head>
<body>
<script>
document.body.dataset.theme = "light";
</script>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-toc" viewBox="0 0 24 24">
<title>Contents</title>
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024">
<path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z"/>
</svg>
</symbol>
<symbol id="svg-menu" viewBox="0 0 24 24">
<title>Menu</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-menu">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
</symbol>
<symbol id="svg-arrow-right" viewBox="0 0 24 24">
<title>Expand</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-chevron-right">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</symbol>
<symbol id="svg-sun" viewBox="0 0 24 24">
<title>Light mode</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="feather-sun">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</symbol>
<symbol id="svg-moon" viewBox="0 0 24 24">
<title>Dark mode</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
</svg>
</symbol>
<symbol id="svg-sun-half" viewBox="0 0 24 24">
<title>Auto light/dark mode</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="12" cy="12" r="9" />
<path d="M13 12h5" />
<path d="M13 15h4" />
<path d="M13 18h1" />
<path d="M13 9h4" />
<path d="M13 6h1" />
</svg>
</symbol>
</svg>
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
<label class="overlay sidebar-overlay" for="__navigation">
<div class="visually-hidden">Hide navigation sidebar</div>
</label>
<label class="overlay toc-overlay" for="__toc">
<div class="visually-hidden">Hide table of contents sidebar</div>
</label>
<div class="page">
<header class="mobile-header">
<div class="header-left">
<label class="nav-overlay-icon" for="__navigation">
<div class="visually-hidden">Toggle site navigation sidebar</div>
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">GraphAr</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
<button class="theme-toggle">
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
<svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
</button>
</div>
<label class="toc-overlay-icon toc-header-icon no-toc" for="__toc">
<div class="visually-hidden">Toggle table of contents sidebar</div>
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
</label>
</div>
</header>
<aside class="sidebar-drawer">
<div class="sidebar-container">
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
<span class="sidebar-brand-text">GraphAr</span>
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form>
<div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree">
<p class="caption" role="heading"><span class="caption-text">User Guide</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="user-guide/overview.html">Overview</a></li>
<li class="toctree-l1"><a class="reference internal" href="user-guide/getting-started.html">Getting Started</a></li>
<li class="toctree-l1"><a class="reference internal" href="user-guide/file-format.html">GraphAr File Format</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Application Cases</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="applications/out-of-core.html">Out-of-core Graph Algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="applications/bgl.html">Co-Work with BGL</a></li>
<li class="toctree-l1"><a class="reference internal" href="applications/graphscope.html">Integrate into GraphScope</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Contribution Guide</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="user-guide/contributing.html">Contributing to GraphAr</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">API Reference</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="api-reference.html">API Reference</a></li>
</ul>
</div>
</div>
</div>
</div>
</aside>
<div class="main">
<div class="content">
<div class="article-container">
<a href="#" class="back-to-top muted-link">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"></path>
</svg>
<span>Back to top</span>
</a>
<div class="content-icon-container">
<div class="theme-toggle-container theme-toggle-content">
<button class="theme-toggle">
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
<svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
</button>
</div>
<label class="toc-overlay-icon toc-content-icon no-toc" for="__toc">
<div class="visually-hidden">Toggle table of contents sidebar</div>
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
</label>
</div>
<article role="main">
<section class="genindex-section">
<h1 id="index">Index</h1>
<div class="genindex-jumpbox"><a href="#G"><strong>G</strong></a></div>
</section>
<section id="G" class="genindex-section">
<h2>G</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="api-reference.html#_CPPv4N12GraphArchive23AdjListArrowChunkReaderE">GraphArchive::AdjListArrowChunkReader (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive23AdjListArrowChunkReader23AdjListArrowChunkReaderERK23AdjListArrowChunkReader">GraphArchive::AdjListArrowChunkReader::AdjListArrowChunkReader (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive23AdjListArrowChunkReader23AdjListArrowChunkReaderERK8EdgeInfo11AdjListTypeRKNSt6stringE6IdType">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive23AdjListArrowChunkReader8GetChunkEv">GraphArchive::AdjListArrowChunkReader::GetChunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive23AdjListArrowChunkReader16GetRowNumOfChunkEv">GraphArchive::AdjListArrowChunkReader::GetRowNumOfChunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive23AdjListArrowChunkReader10next_chunkEv">GraphArchive::AdjListArrowChunkReader::next_chunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive23AdjListArrowChunkReader7range_tE">GraphArchive::AdjListArrowChunkReader::range_t (C++ type)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive23AdjListArrowChunkReader4seekE6IdType">GraphArchive::AdjListArrowChunkReader::seek (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive23AdjListArrowChunkReader16seek_chunk_indexE6IdType6IdType">GraphArchive::AdjListArrowChunkReader::seek_chunk_index (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive23AdjListArrowChunkReader8seek_dstE6IdType">GraphArchive::AdjListArrowChunkReader::seek_dst (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive23AdjListArrowChunkReader8seek_srcE6IdType">GraphArchive::AdjListArrowChunkReader::seek_src (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive22AdjListChunkInfoReaderE">GraphArchive::AdjListChunkInfoReader (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive22AdjListChunkInfoReader22AdjListChunkInfoReaderERK8EdgeInfo11AdjListTypeRKNSt6stringE">GraphArchive::AdjListChunkInfoReader::AdjListChunkInfoReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive22AdjListChunkInfoReader8GetChunkEv">GraphArchive::AdjListChunkInfoReader::GetChunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive22AdjListChunkInfoReader10next_chunkEv">GraphArchive::AdjListChunkInfoReader::next_chunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive22AdjListChunkInfoReader4seekE6IdType">GraphArchive::AdjListChunkInfoReader::seek (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive22AdjListChunkInfoReader8seek_dstE6IdType">GraphArchive::AdjListChunkInfoReader::seek_dst (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive22AdjListChunkInfoReader8seek_srcE6IdType">GraphArchive::AdjListChunkInfoReader::seek_src (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive22AdjListChunkInfoReaderD0Ev">GraphArchive::AdjListChunkInfoReader::~AdjListChunkInfoReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29AdjListOffsetArrowChunkReaderE">GraphArchive::AdjListOffsetArrowChunkReader (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29AdjListOffsetArrowChunkReader29AdjListOffsetArrowChunkReaderERK8EdgeInfo11AdjListTypeRKNSt6stringE">GraphArchive::AdjListOffsetArrowChunkReader::AdjListOffsetArrowChunkReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29AdjListOffsetArrowChunkReader8GetChunkEv">GraphArchive::AdjListOffsetArrowChunkReader::GetChunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29AdjListOffsetArrowChunkReader13GetChunkIndexEv">GraphArchive::AdjListOffsetArrowChunkReader::GetChunkIndex (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29AdjListOffsetArrowChunkReader10next_chunkEv">GraphArchive::AdjListOffsetArrowChunkReader::next_chunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29AdjListOffsetArrowChunkReader7range_tE">GraphArchive::AdjListOffsetArrowChunkReader::range_t (C++ type)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29AdjListOffsetArrowChunkReader4seekE6IdType">GraphArchive::AdjListOffsetArrowChunkReader::seek (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30AdjListPropertyChunkInfoReaderE">GraphArchive::AdjListPropertyChunkInfoReader (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30AdjListPropertyChunkInfoReader30AdjListPropertyChunkInfoReaderERK8EdgeInfoRK13PropertyGroup11AdjListTypeKNSt6stringE">GraphArchive::AdjListPropertyChunkInfoReader::AdjListPropertyChunkInfoReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30AdjListPropertyChunkInfoReader8GetChunkEv">GraphArchive::AdjListPropertyChunkInfoReader::GetChunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30AdjListPropertyChunkInfoReader10next_chunkEv">GraphArchive::AdjListPropertyChunkInfoReader::next_chunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30AdjListPropertyChunkInfoReader4seekE6IdType">GraphArchive::AdjListPropertyChunkInfoReader::seek (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30AdjListPropertyChunkInfoReader8seek_dstE6IdType">GraphArchive::AdjListPropertyChunkInfoReader::seek_dst (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30AdjListPropertyChunkInfoReader8seek_srcE6IdType">GraphArchive::AdjListPropertyChunkInfoReader::seek_src (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive11AdjListTypeE">GraphArchive::AdjListType (C++ enum)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive11AdjListType15ordered_by_destE">GraphArchive::AdjListType::ordered_by_dest (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive11AdjListType17ordered_by_sourceE">GraphArchive::AdjListType::ordered_by_source (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive11AdjListType17unordered_by_destE">GraphArchive::AdjListType::unordered_by_dest (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive11AdjListType19unordered_by_sourceE">GraphArchive::AdjListType::unordered_by_source (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder4EdgeE">GraphArchive::builder::Edge (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder4Edge11AddPropertyERKNSt6stringERKNSt3anyE">GraphArchive::builder::Edge::AddProperty (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder4Edge15ContainPropertyERKNSt6stringE">GraphArchive::builder::Edge::ContainProperty (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder4Edge4EdgeE6IdType6IdType">GraphArchive::builder::Edge::Edge (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder4Edge5EmptyEv">GraphArchive::builder::Edge::Empty (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder4Edge14GetDestinationEv">GraphArchive::builder::Edge::GetDestination (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder4Edge13GetPropertiesEv">GraphArchive::builder::Edge::GetProperties (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder4Edge11GetPropertyERKNSt6stringE">GraphArchive::builder::Edge::GetProperty (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder4Edge9GetSourceEv">GraphArchive::builder::Edge::GetSource (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder12EdgesBuilderE">GraphArchive::builder::EdgesBuilder (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder12EdgesBuilder7AddEdgeERK4Edge">GraphArchive::builder::EdgesBuilder::AddEdge (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder12EdgesBuilder4DumpEv">GraphArchive::builder::EdgesBuilder::Dump (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder12EdgesBuilder12EdgesBuilderEK8EdgeInfoRKNSt6stringE11AdjListType6IdType">GraphArchive::builder::EdgesBuilder::EdgesBuilder (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder12EdgesBuilder6GetNumEv">GraphArchive::builder::EdgesBuilder::GetNum (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder12EdgesBuilder19getVertexChunkIndexERK4Edge">GraphArchive::builder::EdgesBuilder::getVertexChunkIndex (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder12EdgesBuilder8ValidateERK4Edge">GraphArchive::builder::EdgesBuilder::Validate (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder6VertexE">GraphArchive::builder::Vertex (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder6Vertex11AddPropertyERKNSt6stringERKNSt3anyE">GraphArchive::builder::Vertex::AddProperty (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder6Vertex15ContainPropertyERKNSt6stringE">GraphArchive::builder::Vertex::ContainProperty (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder6Vertex5EmptyEv">GraphArchive::builder::Vertex::Empty (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder6Vertex5GetIdEv">GraphArchive::builder::Vertex::GetId (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder6Vertex13GetPropertiesEv">GraphArchive::builder::Vertex::GetProperties (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder6Vertex11GetPropertyERKNSt6stringE">GraphArchive::builder::Vertex::GetProperty (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder6Vertex5SetIdE6IdType">GraphArchive::builder::Vertex::SetId (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder6Vertex6VertexE6IdType">GraphArchive::builder::Vertex::Vertex (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive7builder6Vertex6VertexEv">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder15VerticesBuilderE">GraphArchive::builder::VerticesBuilder (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder15VerticesBuilder9AddVertexER6Vertex6IdType">GraphArchive::builder::VerticesBuilder::AddVertex (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder15VerticesBuilder4DumpEv">GraphArchive::builder::VerticesBuilder::Dump (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder15VerticesBuilder6GetNumEv">GraphArchive::builder::VerticesBuilder::GetNum (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive7builder15VerticesBuilder8ValidateERK6Vertex6IdType">GraphArchive::builder::VerticesBuilder::Validate (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive7builder15VerticesBuilder15VerticesBuilderERK10VertexInfoRKNSt6stringE6IdType">GraphArchive::builder::VerticesBuilder::VerticesBuilder (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive32ConstructAdjListArrowChunkReaderERK9GraphInfoRKNSt6stringERKNSt6stringERKNSt6stringE11AdjListType">GraphArchive::ConstructAdjListArrowChunkReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive31ConstructAdjListChunkInfoReaderERK9GraphInfoRKNSt6stringERKNSt6stringERKNSt6stringE11AdjListType">GraphArchive::ConstructAdjListChunkInfoReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive38ConstructAdjListOffsetArrowChunkReaderERK9GraphInfoRKNSt6stringERKNSt6stringERKNSt6stringE11AdjListType">GraphArchive::ConstructAdjListOffsetArrowChunkReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive39ConstructAdjListPropertyChunkInfoReaderERK9GraphInfoRKNSt6stringERKNSt6stringERKNSt6stringERK13PropertyGroup11AdjListType">GraphArchive::ConstructAdjListPropertyChunkInfoReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive24ConstructEdgesCollectionERK9GraphInfoRKNSt6stringERKNSt6stringERKNSt6stringE11AdjListType">GraphArchive::ConstructEdgesCollection (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive24ConstructEdgesCollectionERK9GraphInfoRKNSt6stringERKNSt6stringERKNSt6stringE11AdjListType6IdType">[1]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive24ConstructEdgesCollectionERK9GraphInfoRKNSt6stringERKNSt6stringERKNSt6stringE11AdjListTypeK6IdTypeK6IdType">[2]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive39ConstructVertexPropertyArrowChunkReaderERK9GraphInfoRKNSt6stringERK13PropertyGroup">GraphArchive::ConstructVertexPropertyArrowChunkReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive38ConstructVertexPropertyChunkInfoReaderERK9GraphInfoRKNSt6stringERK13PropertyGroup">GraphArchive::ConstructVertexPropertyChunkInfoReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive27ConstructVerticesCollectionERK9GraphInfoRKNSt6stringE">GraphArchive::ConstructVerticesCollection (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataTypeE">GraphArchive::DataType (C++ struct)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataType23ArrowDataTypeToDataTypeENSt10shared_ptrIN5arrow8DataTypeEEE">GraphArchive::DataType::ArrowDataTypeToDataType (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataType23DataTypeToArrowDataTypeEN8DataType4typeE">GraphArchive::DataType::DataTypeToArrowDataType (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataType16DataTypeToStringEN8DataType4typeE">GraphArchive::DataType::DataTypeToString (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataType16StringToDataTypeERKNSt6stringE">GraphArchive::DataType::StringToDataType (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataType4typeE">GraphArchive::DataType::type (C++ enum)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataType4type4BOOLE">GraphArchive::DataType::type::BOOL (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataType4type6DOUBLEE">GraphArchive::DataType::type::DOUBLE (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataType4type5FLOATE">GraphArchive::DataType::type::FLOAT (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataType4type5INT32E">GraphArchive::DataType::type::INT32 (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataType4type5INT64E">GraphArchive::DataType::type::INT64 (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataType4type6MAX_IDE">GraphArchive::DataType::type::MAX_ID (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8DataType4type6STRINGE">GraphArchive::DataType::type::STRING (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive4EdgeE">GraphArchive::Edge (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive4Edge11destinationEv">GraphArchive::Edge::destination (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive4Edge4EdgeER23AdjListArrowChunkReaderRNSt6vectorI31AdjListPropertyArrowChunkReaderEE">GraphArchive::Edge::Edge (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4I0EN12GraphArchive4Edge8propertyE6ResultI1TERKNSt6stringE">GraphArchive::Edge::property (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive4Edge6sourceEv">GraphArchive::Edge::source (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgeChunkWriterE">GraphArchive::EdgeChunkWriter (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgeChunkWriter15EdgeChunkWriterERK8EdgeInfoRKNSt6stringEK11AdjListTypeRK13ValidateLevel">GraphArchive::EdgeChunkWriter::EdgeChunkWriter (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgeChunkWriter16SetValidateLevelERK13ValidateLevel">GraphArchive::EdgeChunkWriter::SetValidateLevel (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter24SortAndWriteAdjListTableERKNSt10shared_ptrIN5arrow5TableEEE6IdType6IdType">GraphArchive::EdgeChunkWriter::SortAndWriteAdjListTable (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter25SortAndWritePropertyTableERKNSt10shared_ptrIN5arrow5TableEEE6IdType6IdType">GraphArchive::EdgeChunkWriter::SortAndWritePropertyTable (C++ function)</a>, <a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter25SortAndWritePropertyTableERKNSt10shared_ptrIN5arrow5TableEEERK13PropertyGroup6IdType6IdType">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter17SortAndWriteTableERKNSt10shared_ptrIN5arrow5TableEEE6IdType6IdType">GraphArchive::EdgeChunkWriter::SortAndWriteTable (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter8ValidateERKNSt10shared_ptrIN5arrow5TableEEE6IdType13ValidateLevel">GraphArchive::EdgeChunkWriter::Validate (C++ function)</a>, <a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter8ValidateERKNSt10shared_ptrIN5arrow5TableEEERK13PropertyGroup6IdType13ValidateLevel">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter17WriteAdjListChunkERKNSt10shared_ptrIN5arrow5TableEEE6IdType6IdType">GraphArchive::EdgeChunkWriter::WriteAdjListChunk (C++ function)</a>, <a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter17WriteAdjListChunkERKNSt6stringE6IdType6IdType">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter17WriteAdjListTableERKNSt10shared_ptrIN5arrow5TableEEE6IdType6IdType">GraphArchive::EdgeChunkWriter::WriteAdjListTable (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter10WriteChunkERKNSt10shared_ptrIN5arrow5TableEEE6IdType6IdType">GraphArchive::EdgeChunkWriter::WriteChunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter16WriteOffsetChunkERKNSt10shared_ptrIN5arrow5TableEEE6IdType">GraphArchive::EdgeChunkWriter::WriteOffsetChunk (C++ function)</a>, <a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter16WriteOffsetChunkERKNSt6stringE6IdType">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter18WritePropertyChunkERKNSt10shared_ptrIN5arrow5TableEEE6IdType6IdType">GraphArchive::EdgeChunkWriter::WritePropertyChunk (C++ function)</a>, <a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter18WritePropertyChunkERKNSt10shared_ptrIN5arrow5TableEEERK13PropertyGroup6IdType6IdType">[1]</a>, <a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter18WritePropertyChunkERKNSt6stringERK13PropertyGroup6IdType6IdType">[2]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter18WritePropertyTableERKNSt10shared_ptrIN5arrow5TableEEE6IdType6IdType">GraphArchive::EdgeChunkWriter::WritePropertyTable (C++ function)</a>, <a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter18WritePropertyTableERKNSt10shared_ptrIN5arrow5TableEEERK13PropertyGroup6IdType6IdType">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive15EdgeChunkWriter10WriteTableERKNSt10shared_ptrIN5arrow5TableEEE6IdType6IdType">GraphArchive::EdgeChunkWriter::WriteTable (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeInfoE">GraphArchive::EdgeInfo (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeInfo10AddAdjListERK11AdjListType8FileTypeRKNSt6stringE">GraphArchive::EdgeInfo::AddAdjList (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeInfo16AddPropertyGroupERK13PropertyGroup11AdjListType">GraphArchive::EdgeInfo::AddPropertyGroup (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo14ContainAdjListE11AdjListType">GraphArchive::EdgeInfo::ContainAdjList (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo15ContainPropertyERKNSt6stringE">GraphArchive::EdgeInfo::ContainProperty (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo20ContainPropertyGroupERK13PropertyGroup11AdjListType">GraphArchive::EdgeInfo::ContainPropertyGroup (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo4DumpEv">GraphArchive::EdgeInfo::Dump (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeInfo8EdgeInfoERK8EdgeInfo">GraphArchive::EdgeInfo::EdgeInfo (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive8EdgeInfo8EdgeInfoERKNSt6stringERKNSt6stringERKNSt6stringE6IdType6IdType6IdTypebRKNSt6stringE">[1]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive8EdgeInfo8EdgeInfoERR8EdgeInfo">[2]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive8EdgeInfo8EdgeInfoEv">[3]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo13ExtendAdjListE11AdjListType8FileTypeRKNSt6stringE">GraphArchive::EdgeInfo::ExtendAdjList (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo19ExtendPropertyGroupERK13PropertyGroup11AdjListType">GraphArchive::EdgeInfo::ExtendPropertyGroup (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo17GetAdjListDirPathE11AdjListType">GraphArchive::EdgeInfo::GetAdjListDirPath (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo18GetAdjListFilePathE6IdType6IdType11AdjListType">GraphArchive::EdgeInfo::GetAdjListFilePath (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo18GetAdjListFileTypeE11AdjListType">GraphArchive::EdgeInfo::GetAdjListFileType (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo23GetAdjListOffsetDirPathE11AdjListType">GraphArchive::EdgeInfo::GetAdjListOffsetDirPath (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo24GetAdjListOffsetFilePathE6IdType11AdjListType">GraphArchive::EdgeInfo::GetAdjListOffsetFilePath (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo16GetAdjListPrefixE11AdjListType">GraphArchive::EdgeInfo::GetAdjListPrefix (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo12GetChunkSizeEv">GraphArchive::EdgeInfo::GetChunkSize (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo15GetDstChunkSizeEv">GraphArchive::EdgeInfo::GetDstChunkSize (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo11GetDstLabelEv">GraphArchive::EdgeInfo::GetDstLabel (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo12GetEdgeLabelEv">GraphArchive::EdgeInfo::GetEdgeLabel (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo9GetPrefixEv">GraphArchive::EdgeInfo::GetPrefix (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo18GetPropertyDirPathERK13PropertyGroup11AdjListType">GraphArchive::EdgeInfo::GetPropertyDirPath (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo19GetPropertyFilePathERK13PropertyGroup11AdjListType6IdType6IdType">GraphArchive::EdgeInfo::GetPropertyFilePath (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo16GetPropertyGroupERKNSt6stringE11AdjListType">GraphArchive::EdgeInfo::GetPropertyGroup (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo17GetPropertyGroupsE11AdjListType">GraphArchive::EdgeInfo::GetPropertyGroups (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo15GetPropertyTypeERKNSt6stringE">GraphArchive::EdgeInfo::GetPropertyType (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo15GetSrcChunkSizeEv">GraphArchive::EdgeInfo::GetSrcChunkSize (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo11GetSrcLabelEv">GraphArchive::EdgeInfo::GetSrcLabel (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo10IsDirectedEv">GraphArchive::EdgeInfo::IsDirected (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo12IsPrimaryKeyERKNSt6stringE">GraphArchive::EdgeInfo::IsPrimaryKey (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo11IsValidatedEv">GraphArchive::EdgeInfo::IsValidated (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeInfo4LoadENSt10shared_ptrI4YamlEE">GraphArchive::EdgeInfo::Load (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeInfoaSERK8EdgeInfo">GraphArchive::EdgeInfo::operator= (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive8EdgeInfoaSERR8EdgeInfo">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeInfo4SaveERKNSt6stringE">GraphArchive::EdgeInfo::Save (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeInfoD0Ev">GraphArchive::EdgeInfo::~EdgeInfo (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIterE">GraphArchive::EdgeIter (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeIter10cur_offsetEv">GraphArchive::EdgeIter::cur_offset (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIter11destinationEv">GraphArchive::EdgeIter::destination (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIter8EdgeIterERK8EdgeInfoRKNSt6stringE11AdjListType6IdType6IdType6IdType6IdType6IdType6IdTypeNSt10shared_ptrIN4util14IndexConverterEEE">GraphArchive::EdgeIter::EdgeIter (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIter8EdgeIterERK8EdgeIter">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIter9first_dstERK8EdgeIter6IdType">GraphArchive::EdgeIter::first_dst (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIter9first_srcERK8EdgeIter6IdType">GraphArchive::EdgeIter::first_src (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeIter18global_chunk_indexEv">GraphArchive::EdgeIter::global_chunk_index (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeIter6is_endEv">GraphArchive::EdgeIter::is_end (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIter8next_dstE6IdType">GraphArchive::EdgeIter::next_dst (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIter8next_dstEv">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIter8next_srcE6IdType">GraphArchive::EdgeIter::next_src (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIter8next_srcEv">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeIterneERK8EdgeIter">GraphArchive::EdgeIter::operator!= (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeItermlEv">GraphArchive::EdgeIter::operator* (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIterppEi">GraphArchive::EdgeIter::operator++ (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIterppEv">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIteraSERK8EdgeIter">GraphArchive::EdgeIter::operator= (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive8EdgeItereqERK8EdgeIter">GraphArchive::EdgeIter::operator== (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4I0EN12GraphArchive8EdgeIter8propertyE6ResultI1TERKNSt6stringE">GraphArchive::EdgeIter::property (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIter6sourceEv">GraphArchive::EdgeIter::source (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8EdgeIter8to_beginEv">GraphArchive::EdgeIter::to_begin (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4I_11AdjListTypeEN12GraphArchive15EdgesCollectionE">GraphArchive::EdgesCollection (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4IEN12GraphArchive15EdgesCollectionIN11AdjListType15ordered_by_destEEE">GraphArchive::EdgesCollection<AdjListType::ordered_by_dest> (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType15ordered_by_destEE14adj_list_type_E">GraphArchive::EdgesCollection<AdjListType::ordered_by_dest>::adj_list_type_ (C++ member)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType15ordered_by_destEE5beginEv">GraphArchive::EdgesCollection<AdjListType::ordered_by_dest>::begin (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType15ordered_by_destEE15EdgesCollectionERK8EdgeInfoRKNSt6stringE">GraphArchive::EdgesCollection<AdjListType::ordered_by_dest>::EdgesCollection (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType15ordered_by_destEE15EdgesCollectionERK8EdgeInfoRKNSt6stringE6IdType">[1]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType15ordered_by_destEE15EdgesCollectionERK8EdgeInfoRKNSt6stringE6IdType6IdType">[2]</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType15ordered_by_destEE3endEv">GraphArchive::EdgesCollection<AdjListType::ordered_by_dest>::end (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType15ordered_by_destEE8find_dstE6IdTypeRK8EdgeIter">GraphArchive::EdgesCollection<AdjListType::ordered_by_dest>::find_dst (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType15ordered_by_destEE8find_srcE6IdTypeRK8EdgeIter">GraphArchive::EdgesCollection<AdjListType::ordered_by_dest>::find_src (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4IEN12GraphArchive15EdgesCollectionIN11AdjListType17ordered_by_sourceEEE">GraphArchive::EdgesCollection<AdjListType::ordered_by_source> (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17ordered_by_sourceEE14adj_list_type_E">GraphArchive::EdgesCollection<AdjListType::ordered_by_source>::adj_list_type_ (C++ member)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17ordered_by_sourceEE5beginEv">GraphArchive::EdgesCollection<AdjListType::ordered_by_source>::begin (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17ordered_by_sourceEE15EdgesCollectionERK8EdgeInfoRKNSt6stringE">GraphArchive::EdgesCollection<AdjListType::ordered_by_source>::EdgesCollection (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17ordered_by_sourceEE15EdgesCollectionERK8EdgeInfoRKNSt6stringE6IdType">[1]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17ordered_by_sourceEE15EdgesCollectionERK8EdgeInfoRKNSt6stringE6IdType6IdType">[2]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17ordered_by_sourceEE3endEv">GraphArchive::EdgesCollection<AdjListType::ordered_by_source>::end (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17ordered_by_sourceEE8find_dstE6IdTypeRK8EdgeIter">GraphArchive::EdgesCollection<AdjListType::ordered_by_source>::find_dst (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17ordered_by_sourceEE8find_srcE6IdTypeRK8EdgeIter">GraphArchive::EdgesCollection<AdjListType::ordered_by_source>::find_src (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4IEN12GraphArchive15EdgesCollectionIN11AdjListType17unordered_by_destEEE">GraphArchive::EdgesCollection<AdjListType::unordered_by_dest> (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17unordered_by_destEE14adj_list_type_E">GraphArchive::EdgesCollection<AdjListType::unordered_by_dest>::adj_list_type_ (C++ member)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17unordered_by_destEE5beginEv">GraphArchive::EdgesCollection<AdjListType::unordered_by_dest>::begin (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17unordered_by_destEE15EdgesCollectionERK8EdgeInfoRKNSt6stringE">GraphArchive::EdgesCollection<AdjListType::unordered_by_dest>::EdgesCollection (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17unordered_by_destEE15EdgesCollectionERK8EdgeInfoRKNSt6stringE6IdType">[1]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17unordered_by_destEE15EdgesCollectionERK8EdgeInfoRKNSt6stringE6IdType6IdType">[2]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17unordered_by_destEE3endEv">GraphArchive::EdgesCollection<AdjListType::unordered_by_dest>::end (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17unordered_by_destEE8find_dstE6IdTypeRK8EdgeIter">GraphArchive::EdgesCollection<AdjListType::unordered_by_dest>::find_dst (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType17unordered_by_destEE8find_srcE6IdTypeRK8EdgeIter">GraphArchive::EdgesCollection<AdjListType::unordered_by_dest>::find_src (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4IEN12GraphArchive15EdgesCollectionIN11AdjListType19unordered_by_sourceEEE">GraphArchive::EdgesCollection<AdjListType::unordered_by_source> (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType19unordered_by_sourceEE14adj_list_type_E">GraphArchive::EdgesCollection<AdjListType::unordered_by_source>::adj_list_type_ (C++ member)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType19unordered_by_sourceEE5beginEv">GraphArchive::EdgesCollection<AdjListType::unordered_by_source>::begin (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType19unordered_by_sourceEE15EdgesCollectionERK8EdgeInfoRKNSt6stringE">GraphArchive::EdgesCollection<AdjListType::unordered_by_source>::EdgesCollection (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType19unordered_by_sourceEE15EdgesCollectionERK8EdgeInfoRKNSt6stringE6IdType">[1]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType19unordered_by_sourceEE15EdgesCollectionERK8EdgeInfoRKNSt6stringE6IdType6IdType">[2]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType19unordered_by_sourceEE3endEv">GraphArchive::EdgesCollection<AdjListType::unordered_by_source>::end (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType19unordered_by_sourceEE8find_dstE6IdTypeRK8EdgeIter">GraphArchive::EdgesCollection<AdjListType::unordered_by_source>::find_dst (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive15EdgesCollectionIN11AdjListType19unordered_by_sourceEE8find_srcE6IdTypeRK8EdgeIter">GraphArchive::EdgesCollection<AdjListType::unordered_by_source>::find_src (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive10FileSystemE">GraphArchive::FileSystem (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10FileSystem8CopyFileERKNSt6stringERKNSt6stringE">GraphArchive::FileSystem::CopyFile (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive10FileSystem10FileSystemENSt10shared_ptrIN5arrow2fs10FileSystemEEE">GraphArchive::FileSystem::FileSystem (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10FileSystem15GetFileNumOfDirERKNSt6stringEb">GraphArchive::FileSystem::GetFileNumOfDir (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10FileSystem15ReadFileToTableERKNSt6stringE8FileType">GraphArchive::FileSystem::ReadFileToTable (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4I0ENK12GraphArchive10FileSystem15ReadFileToValueE6ResultI1TERKNSt6stringE">GraphArchive::FileSystem::ReadFileToValue (C++ function)</a>, <a href="api-reference.html#_CPPv4IENK12GraphArchive10FileSystem15ReadFileToValueE6ResultINSt6stringEERKNSt6stringE">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10FileSystem16WriteTableToFileERKNSt10shared_ptrIN5arrow5TableEEE8FileTypeRKNSt6stringE">GraphArchive::FileSystem::WriteTableToFile (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4I0ENK12GraphArchive10FileSystem16WriteValueToFileE6StatusRK1TRKNSt6stringE">GraphArchive::FileSystem::WriteValueToFile (C++ function)</a>, <a href="api-reference.html#_CPPv4IENK12GraphArchive10FileSystem16WriteValueToFileE6StatusRKNSt6stringERKNSt6stringE">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive10FileSystemD0Ev">GraphArchive::FileSystem::~FileSystem (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive23FileSystemFromUriOrPathERKNSt6stringEPNSt6stringE">GraphArchive::FileSystemFromUriOrPath (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8FileTypeE">GraphArchive::FileType (C++ enum)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8FileType3CSVE">GraphArchive::FileType::CSV (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8FileType3ORCE">GraphArchive::FileType::ORC (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8FileType7PARQUETE">GraphArchive::FileType::PARQUET (C++ enumerator)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive9GraphInfoE">GraphArchive::GraphInfo (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive9GraphInfo7AddEdgeERK8EdgeInfo">GraphArchive::GraphInfo::AddEdge (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive9GraphInfo15AddEdgeInfoPathERKNSt6stringE">GraphArchive::GraphInfo::AddEdgeInfoPath (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive9GraphInfo9AddVertexERK10VertexInfo">GraphArchive::GraphInfo::AddVertex (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive9GraphInfo17AddVertexInfoPathERKNSt6stringE">GraphArchive::GraphInfo::AddVertexInfoPath (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive9GraphInfo4DumpEv">GraphArchive::GraphInfo::Dump (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive9GraphInfo14GetAllEdgeInfoEv">GraphArchive::GraphInfo::GetAllEdgeInfo (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive9GraphInfo16GetAllVertexInfoEv">GraphArchive::GraphInfo::GetAllVertexInfo (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive9GraphInfo11GetEdgeInfoERKNSt6stringERKNSt6stringERKNSt6stringE">GraphArchive::GraphInfo::GetEdgeInfo (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive9GraphInfo20GetEdgePropertyGroupERKNSt6stringERKNSt6stringERKNSt6stringERKNSt6stringE11AdjListType">GraphArchive::GraphInfo::GetEdgePropertyGroup (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive9GraphInfo7GetNameEv">GraphArchive::GraphInfo::GetName (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive9GraphInfo9GetPrefixEv">GraphArchive::GraphInfo::GetPrefix (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive9GraphInfo13GetVertexInfoERKNSt6stringE">GraphArchive::GraphInfo::GetVertexInfo (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive9GraphInfo22GetVertexPropertyGroupERKNSt6stringERKNSt6stringE">GraphArchive::GraphInfo::GetVertexPropertyGroup (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive9GraphInfo9GraphInfoERKNSt6stringERKNSt6stringE">GraphArchive::GraphInfo::GraphInfo (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive9GraphInfo11IsValidatedEv">GraphArchive::GraphInfo::IsValidated (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive9GraphInfo4LoadERKNSt6stringE">GraphArchive::GraphInfo::Load (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive9GraphInfo4LoadERKNSt6stringERKNSt6stringE">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive9GraphInfo4SaveERKNSt6stringE">GraphArchive::GraphInfo::Save (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6IdTypeE">GraphArchive::IdType (C++ type)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8PropertyE">GraphArchive::Property (C++ struct)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8Property10is_primaryE">GraphArchive::Property::is_primary (C++ member)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8Property4nameE">GraphArchive::Property::name (C++ member)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive8Property4typeE">GraphArchive::Property::type (C++ member)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive13PropertyGroupE">GraphArchive::PropertyGroup (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive13PropertyGroup11GetFileTypeEv">GraphArchive::PropertyGroup::GetFileType (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive13PropertyGroup9GetPrefixEv">GraphArchive::PropertyGroup::GetPrefix (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive13PropertyGroup13GetPropertiesEv">GraphArchive::PropertyGroup::GetProperties (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive13PropertyGroupaSERK13PropertyGroup">GraphArchive::PropertyGroup::operator= (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive13PropertyGroupaSERR13PropertyGroup">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive13PropertyGroup13PropertyGroupENSt6vectorI8PropertyEE8FileTypeRKNSt6stringE">GraphArchive::PropertyGroup::PropertyGroup (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive13PropertyGroup13PropertyGroupERK13PropertyGroup">[1]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive13PropertyGroup13PropertyGroupERR13PropertyGroup">[2]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive13PropertyGroup13PropertyGroupEv">[3]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive13PropertyGroupD0Ev">GraphArchive::PropertyGroup::~PropertyGroup (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4I0EN12GraphArchive6ResultE">GraphArchive::Result (C++ type)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6StatusE">GraphArchive::Status (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status10ArrowErrorERKNSt6stringE">GraphArchive::Status::ArrowError (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status4codeEv">GraphArchive::Status::code (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status10EndOfChunkERKNSt6stringE">GraphArchive::Status::EndOfChunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status7InvalidERKNSt6stringE">GraphArchive::Status::Invalid (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status15InvalidArgumentERKNSt6stringE">GraphArchive::Status::InvalidArgument (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status16InvalidOperationERKNSt6stringE">GraphArchive::Status::InvalidOperation (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status12InvalidValueERKNSt6stringE">GraphArchive::Status::InvalidValue (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status7IOErrorERKNSt6stringE">GraphArchive::Status::IOError (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status12IsArrowErrorEv">GraphArchive::Status::IsArrowError (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status12IsEndOfChunkEv">GraphArchive::Status::IsEndOfChunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status9IsInvalidEv">GraphArchive::Status::IsInvalid (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status17IsInvalidArgumentEv">GraphArchive::Status::IsInvalidArgument (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status18IsInvalidOperationEv">GraphArchive::Status::IsInvalidOperation (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status14IsInvalidValueEv">GraphArchive::Status::IsInvalidValue (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status10IsKeyErrorEv">GraphArchive::Status::IsKeyError (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status12IsOutOfRangeEv">GraphArchive::Status::IsOutOfRange (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status11IsTypeErrorEv">GraphArchive::Status::IsTypeError (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status11IsYamlErrorEv">GraphArchive::Status::IsYamlError (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status8KeyErrorERKNSt6stringE">GraphArchive::Status::KeyError (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status7messageEv">GraphArchive::Status::message (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status2OKEv">GraphArchive::Status::OK (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Status2okEv">GraphArchive::Status::ok (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6StatusaSERR6Status">GraphArchive::Status::operator= (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status10OutOfRangeERKNSt6stringE">GraphArchive::Status::OutOfRange (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status6StatusE10StatusCodeRKNSt6stringE">GraphArchive::Status::Status (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive6Status6StatusERK6Status">[1]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive6Status6StatusERR6Status">[2]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive6Status6StatusEv">[3]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status9TypeErrorERKNSt6stringE">GraphArchive::Status::TypeError (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status12UnknownErrorERKNSt6stringE">GraphArchive::Status::UnknownError (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Status9YamlErrorERKNSt6stringE">GraphArchive::Status::YamlError (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6StatusD0Ev">GraphArchive::Status::~Status (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6VertexE">GraphArchive::Vertex (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive6Vertex2idEv">GraphArchive::Vertex::id (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4I0EN12GraphArchive6Vertex8propertyE6ResultI1TERKNSt6stringE">GraphArchive::Vertex::property (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive6Vertex6VertexE6IdTypeRNSt6vectorI30VertexPropertyArrowChunkReaderEE">GraphArchive::Vertex::Vertex (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive10VertexInfoE">GraphArchive::VertexInfo (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive10VertexInfo16AddPropertyGroupERK13PropertyGroup">GraphArchive::VertexInfo::AddPropertyGroup (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo15ContainPropertyERKNSt6stringE">GraphArchive::VertexInfo::ContainProperty (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo20ContainPropertyGroupERK13PropertyGroup">GraphArchive::VertexInfo::ContainPropertyGroup (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo4DumpEv">GraphArchive::VertexInfo::Dump (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo6ExtendERK13PropertyGroup">GraphArchive::VertexInfo::Extend (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo12GetChunkSizeEv">GraphArchive::VertexInfo::GetChunkSize (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo10GetDirPathERK13PropertyGroup">GraphArchive::VertexInfo::GetDirPath (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo11GetFilePathERK13PropertyGroup6IdType">GraphArchive::VertexInfo::GetFilePath (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo8GetLabelEv">GraphArchive::VertexInfo::GetLabel (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo9GetPrefixEv">GraphArchive::VertexInfo::GetPrefix (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo16GetPropertyGroupERKNSt6stringE">GraphArchive::VertexInfo::GetPropertyGroup (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo17GetPropertyGroupsEv">GraphArchive::VertexInfo::GetPropertyGroups (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo15GetPropertyTypeERKNSt6stringE">GraphArchive::VertexInfo::GetPropertyType (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo22GetVerticesNumFilePathEv">GraphArchive::VertexInfo::GetVerticesNumFilePath (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo12IsPrimaryKeyERKNSt6stringE">GraphArchive::VertexInfo::IsPrimaryKey (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo11IsValidatedEv">GraphArchive::VertexInfo::IsValidated (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive10VertexInfo4LoadENSt10shared_ptrI4YamlEE">GraphArchive::VertexInfo::Load (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive10VertexInfoaSERK10VertexInfo">GraphArchive::VertexInfo::operator= (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive10VertexInfoaSERR10VertexInfo">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive10VertexInfo4SaveERKNSt6stringE">GraphArchive::VertexInfo::Save (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive10VertexInfo10VertexInfoERK10VertexInfo">GraphArchive::VertexInfo::VertexInfo (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive10VertexInfo10VertexInfoERKNSt6stringE6IdTypeRKNSt6stringE">[1]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive10VertexInfo10VertexInfoERR10VertexInfo">[2]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive10VertexInfo10VertexInfoEv">[3]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive10VertexInfoD0Ev">GraphArchive::VertexInfo::~VertexInfo (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30VertexPropertyArrowChunkReaderE">GraphArchive::VertexPropertyArrowChunkReader (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30VertexPropertyArrowChunkReader8GetChunkEv">GraphArchive::VertexPropertyArrowChunkReader::GetChunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive30VertexPropertyArrowChunkReader11GetChunkNumEv">GraphArchive::VertexPropertyArrowChunkReader::GetChunkNum (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30VertexPropertyArrowChunkReader8GetRangeEv">GraphArchive::VertexPropertyArrowChunkReader::GetRange (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30VertexPropertyArrowChunkReader10next_chunkEv">GraphArchive::VertexPropertyArrowChunkReader::next_chunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30VertexPropertyArrowChunkReader4seekE6IdType">GraphArchive::VertexPropertyArrowChunkReader::seek (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive30VertexPropertyArrowChunkReader30VertexPropertyArrowChunkReaderERK10VertexInfoRK13PropertyGroupRKNSt6stringE6IdType">GraphArchive::VertexPropertyArrowChunkReader::VertexPropertyArrowChunkReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29VertexPropertyChunkInfoReaderE">GraphArchive::VertexPropertyChunkInfoReader (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29VertexPropertyChunkInfoReader8GetChunkEv">GraphArchive::VertexPropertyChunkInfoReader::GetChunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29VertexPropertyChunkInfoReader11GetChunkNumEv">GraphArchive::VertexPropertyChunkInfoReader::GetChunkNum (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29VertexPropertyChunkInfoReader10next_chunkEv">GraphArchive::VertexPropertyChunkInfoReader::next_chunk (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29VertexPropertyChunkInfoReader4seekE6IdType">GraphArchive::VertexPropertyChunkInfoReader::seek (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29VertexPropertyChunkInfoReader29VertexPropertyChunkInfoReaderERK10VertexInfoRK13PropertyGroupRKNSt6stringE">GraphArchive::VertexPropertyChunkInfoReader::VertexPropertyChunkInfoReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive29VertexPropertyChunkInfoReaderD0Ev">GraphArchive::VertexPropertyChunkInfoReader::~VertexPropertyChunkInfoReader (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive20VertexPropertyWriterE">GraphArchive::VertexPropertyWriter (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive20VertexPropertyWriter16GetValidateLevelEv">GraphArchive::VertexPropertyWriter::GetValidateLevel (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive20VertexPropertyWriter16SetValidateLevelERK13ValidateLevel">GraphArchive::VertexPropertyWriter::SetValidateLevel (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive20VertexPropertyWriter8ValidateERKNSt10shared_ptrIN5arrow5TableEEERK13PropertyGroup6IdType13ValidateLevel">GraphArchive::VertexPropertyWriter::Validate (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive20VertexPropertyWriter20VertexPropertyWriterERK10VertexInfoRKNSt6stringERK13ValidateLevel">GraphArchive::VertexPropertyWriter::VertexPropertyWriter (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive20VertexPropertyWriter10WriteChunkERKNSt10shared_ptrIN5arrow5TableEEE6IdType">GraphArchive::VertexPropertyWriter::WriteChunk (C++ function)</a>, <a href="api-reference.html#_CPPv4NK12GraphArchive20VertexPropertyWriter10WriteChunkERKNSt10shared_ptrIN5arrow5TableEEERK13PropertyGroup6IdType">[1]</a>, <a href="api-reference.html#_CPPv4NK12GraphArchive20VertexPropertyWriter10WriteChunkERKNSt6stringERK13PropertyGroup6IdType">[2]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive20VertexPropertyWriter10WriteTableERKNSt10shared_ptrIN5arrow5TableEEE6IdType">GraphArchive::VertexPropertyWriter::WriteTable (C++ function)</a>, <a href="api-reference.html#_CPPv4NK12GraphArchive20VertexPropertyWriter10WriteTableERKNSt10shared_ptrIN5arrow5TableEEERK13PropertyGroup6IdType">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive20VertexPropertyWriter16WriteVerticesNumERK6IdType">GraphArchive::VertexPropertyWriter::WriteVerticesNum (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive18VerticesCollectionE">GraphArchive::VerticesCollection (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive18VerticesCollection5beginEv">GraphArchive::VerticesCollection::begin (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive18VerticesCollection3endEv">GraphArchive::VerticesCollection::end (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive18VerticesCollection4findE6IdType">GraphArchive::VerticesCollection::find (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive18VerticesCollection8iteratorE">GraphArchive::VerticesCollection::iterator (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive18VerticesCollection8iterator2idEv">GraphArchive::VerticesCollection::iterator::id (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive18VerticesCollection8iterator8iteratorERK10VertexInfoRKNSt6stringE6IdType">GraphArchive::VerticesCollection::iterator::iterator (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive18VerticesCollection8iterator8iteratorERK8iterator">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive18VerticesCollection8iteratorneERK8iterator">GraphArchive::VerticesCollection::iterator::operator!= (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive18VerticesCollection8iteratormlEv">GraphArchive::VerticesCollection::iterator::operator* (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive18VerticesCollection8iteratorppEi">GraphArchive::VerticesCollection::iterator::operator++ (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive18VerticesCollection8iteratorppEv">[1]</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive18VerticesCollection8iteratoreqERK8iterator">GraphArchive::VerticesCollection::iterator::operator== (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4I0EN12GraphArchive18VerticesCollection8iterator8propertyE6ResultI1TERKNSt6stringE">GraphArchive::VerticesCollection::iterator::property (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive18VerticesCollection4sizeEv">GraphArchive::VerticesCollection::size (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive18VerticesCollection18VerticesCollectionERK10VertexInfoRKNSt6stringE">GraphArchive::VerticesCollection::VerticesCollection (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive4YamlE">GraphArchive::Yaml (C++ class)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive4Yaml4LoadEPKc">GraphArchive::Yaml::Load (C++ function)</a>, <a href="api-reference.html#_CPPv4N12GraphArchive4Yaml4LoadERKNSt6stringE">[1]</a>, <a href="api-reference.html#_CPPv4N12GraphArchive4Yaml4LoadERNSt7istreamE">[2]</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive4Yaml8LoadFileERKNSt6stringE">GraphArchive::Yaml::LoadFile (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4NK12GraphArchive4YamlixERKNSt6stringE">GraphArchive::Yaml::operator[] (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive4Yaml4YamlENSt10shared_ptrIN4YAML4NodeEEE">GraphArchive::Yaml::Yaml (C++ function)</a>
</li>
<li><a href="api-reference.html#_CPPv4N12GraphArchive4YamlD0Ev">GraphArchive::Yaml::~Yaml (C++ function)</a>
</li>
</ul></td>
</tr></table>
</section>
</article>
</div>
<footer>
<div class="related-pages">
</div>
<div class="bottom-of-page">
<div class="left-details">
<div class="copyright">
Copyright © 2022, The GraphAr Authors
</div>
Made with
<a href="https://github.com/pradyunsg/furo">Furo</a>
</div>
<div class="right-details">
<div class="icons">
<a class="muted-link fa fa-solid fa-github fa-2x" href="https://github.com/GraphScope/gsf" aria-label="GitHub"></a>
</div>
</div>
</div>
</footer>
</div>
<aside class="toc-drawer no-toc">
</aside>
</div>
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/scripts/furo.js"></script>
<script src="_static/clipboard.min.js"></script>
<script src="_static/copybutton.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
</body>
</html>