Commit 6cf6d58
refactor: Remove usage of folly::StringPiece in dwio (facebookincubator#287)
Summary:
X-link: facebookincubator/axiom#532
X-link: facebookincubator/velox#15225
Pull Request resolved: facebookincubator#287
Intermediate step while migrating legacy folly::StringPiece usages to
std::string_view.
Part of facebookincubator/velox#14456
Reviewed By: pansatadru, xiaoxmeng, Yuhta
Differential Revision: D85061784
fbshipit-source-id: e2bdb2a112d6a31637fdd4f326b68663508ca4e31 parent 6bf1376 commit 6cf6d58
File tree
4 files changed
+5
-5
lines changed- dwio/nimble
- encodings
- velox/selective
4 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | | - | |
| 528 | + | |
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments