Commit 0da364d
Add name() static method to VectorSerde classes (facebookincubator#16757)
Summary:
Pull Request resolved: facebookincubator#16757
Add static name() method to PrestoVectorSerde, CompactRowVectorSerde,
and UnsafeRowVectorSerde to provide a compile-time serde name accessor.
This allows callers to reference serde names without hardcoding strings.
This is extracted from D96046667 as a minimal API addition to unblock
axiom migration (D96254285) while the full refactor is reviewed.
Reviewed By: xiaoxmeng
Differential Revision: D964129511 parent e84a676 commit 0da364d
File tree
3 files changed
+18
-3
lines changed- velox/serializers
3 files changed
+18
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
0 commit comments