Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement ORC chunked reader #15094
Implement ORC chunked reader #15094
Changes from 250 commits
a38b115
75cec9b
a7bd47a
db768fb
f8652d7
537ea0c
24e1552
df8d9b3
4e1614e
12dff3b
5401826
e53cf56
f2ec94c
fd325b6
416d810
b745787
d0ed05a
ae06017
6cccca3
2488cb2
e3db4dc
94d66ad
e270aa3
b307b80
fcdc9c1
915a3fc
de4a365
119002e
818cfb7
bce6e8d
f6fc6f0
bd198dc
d23591d
a581e96
6072ffa
afb4ffa
4b1665e
f8ae741
e08984f
d555b54
cfb8345
e072124
37aaeeb
4531ab3
9a80faf
6279ad6
dc6bc2e
3a89549
d1cc44c
ac97dc2
9b2bbaa
a959db2
81b78ea
5537033
41b9f52
6597699
277758e
83ba727
5dcd612
04acd0f
97f80c8
e425e41
8d77309
c4f98ee
ae665a0
883ccc0
625d0f4
974bb7f
bdb586e
1bee174
2b3b92e
17096d3
18a4e9f
4886db4
9697813
0016935
759246d
d5912b9
87fd67b
c44f0ec
b842118
248f0ef
497eea5
33aff94
d071f46
388adb3
7e451ab
758e2d0
5de8179
31f6b6d
07a095a
6a6061a
d8c7c44
c33ebce
e7958cc
2cc1fe7
5295187
fe2f55e
0ced9f4
223f078
112131f
be544f5
ead3124
74d14d1
fb92f17
07103ad
971296f
10b7ca7
0b8a2b5
5899751
9df437b
dff0235
28e631f
d8163db
3f57b5f
7a04022
bcdfab8
98d82fc
1ec9dc0
64c155a
5b361fb
1206ba1
71386a2
17c3393
86e429f
c500719
a03cb3d
cebb051
a0492fd
d2e892d
10b8558
1531f98
5e4b16f
3ec50ef
73c1a19
a897155
91f9cce
dd7e850
89a2ac0
c585c44
f339b23
9a2cee0
a0d1528
75a96d1
96274ab
246dd5b
027f899
961d468
b445ca6
30b5899
40b28fa
51c2abf
de5cf15
10945a6
9c9a3c9
bc34e40
de5ce78
79dd429
56750bd
44d8e4a
89009dd
8e8579a
c97150e
710734c
7b89094
cb41a65
d68562c
86ec436
0f78b0d
f197946
74d806b
2a67770
f76f61e
de72389
4b64637
28f7cfc
f527c99
96f89a1
6960f92
20d8e81
99afb2e
38d8748
6e658dc
734dcf3
75c5b7c
861cdcc
ee50701
b976d99
ec7303f
acd9689
b9f07a2
ab1afdc
bf5b111
4d01ad7
a06cf49
54ed4fd
0447271
33c92a9
0a16bb4
3f8a220
cbb3858
1c62ba7
15639eb
1c2bdc1
7d12de2
c426e4c
faea7bc
7bfcdf5
a915f33
69d70c5
4e94d53
70adb9c
8c05654
3b4d7f2
33f6d15
5a253bd
7a9c436
2193722
4d3ddd1
80488f9
b5343dc
bdc92a0
252d546
8ebbb2c
a793eb7
1a7c3a9
6c3bb4f
df9a6fe
673b034
767e35f
ca15afc
f34b7b6
1d19ede
4087199
3ed1e2e
6335586
437c9c0
cc174bb
1e69335
ad69236
890abb4
cb21a6d
4e64eb7
d42ed14
bd5290c
a0ca333
536078b
cf18e4c
7b8a96f
42601b2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since
cudf::io::chunked_orc_reader
derives fromcudf::io::chunked_reader
, wouldn't it be preferable to have the main docs here, and the@copydoc
inchunked_orc_reader
?Have I misread the code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reminding that. I'll move the docs to
chunked_orc_reader in
io/orc.hppwhich is the public header. The detail header
io/detail/orc.hppshould just have
@copydoc`.