diff --git a/cpp/src/thrift/cpp_gen.sh b/cpp/src/thrift/cpp_gen.sh new file mode 100755 index 0000000000000000000000000000000000000000..e279f60ac8ee7b805c86a71ce3dcf09622bdbc68 --- /dev/null +++ b/cpp/src/thrift/cpp_gen.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +../../third_party/build/bin/thrift -r --gen cpp ./VectorService.thrift +