github.com/matrixorigin/matrixone@v1.2.0/proto/readme.md (about) 1 ``` 2 ____________ 3 < Cerealize! > 4 ------------ 5 \ ^__^ 6 \ (oo)\_______ 7 (__)\ )\/\ 8 ||----w | 9 || || 10 ``` 11 12 # Serializations 13 14 This directory contains protocol buffers schema for plan serializations. 15 Query plan may need serialization for several reasons, we may need 16 to ship plan to other nodes, save for plan caching, and to communicate 17 with external functions. 18 19 To change/update the protocol buffer schema, run make, and check in the 20 generated go file. 21