File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
presto-native-execution/presto_cpp/main/thrift Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ProtocolToThrift-cpp.mustache | | ProtocolToThrift-hpp.mus
32
32
chevron <-------------+ chevron <-------------+
33
33
| |
34
34
v v
35
- ProtocolToThrift.cpp ProtocolToThrift.cpp
35
+ ProtocolToThrift.cpp ProtocolToThrift.h
36
36
</code ></pre >
37
37
38
38
` thrift2json.py ` uses ptsd_jbroll a fork of the ptsd Thrift parser to produce a
@@ -44,4 +44,4 @@ conversion from JSON internal srtruct to Thrift structs in
44
44
45
45
` presto_protocol-to-thrift-json.json ` is used by chevron templates
46
46
` ProtocolToThrift-cpp.mustache ` and ` ProtocolToThrift-hpp.mustache ` to produce
47
- the actual C++ code in ` ProtocolToThrift.cpp ` and ` ProtocolToThrift.cpp ` .
47
+ the actual C++ code in ` ProtocolToThrift.cpp ` and ` ProtocolToThrift.h ` .
You can’t perform that action at this time.
0 commit comments