feat: bulk wal entry (#239)
* Add bulk wal entry * add sequence * move arrow ipc to common
This commit is contained in:
@@ -196,3 +196,9 @@ message ColumnOptions {
|
||||
// "fulltext": "{\"enable\": true, \"analyzer\": \"English\", \"case-sensitive\": false}"
|
||||
map<string, string> options = 1;
|
||||
}
|
||||
|
||||
message ArrowIpc {
|
||||
bytes schema = 1;
|
||||
bytes data_header = 2;
|
||||
bytes payload = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user