onQueryResponse method
Implementation
@override
QueryAppliedPlanResponse onQueryResponse(List<int> bytes) {
return QueryAppliedPlanResponse.deserialize(bytes);
}
@override
QueryAppliedPlanResponse onQueryResponse(List<int> bytes) {
return QueryAppliedPlanResponse.deserialize(bytes);
}