pub type PbGetDataResponse = GetDataResponse;
struct PbGetDataResponse { pub record_batch: Option<DataChunk>, }
record_batch: Option<DataChunk>