tabularDataByMQL method
ResponseFuture<TabularDataByMQLResponse>
tabularDataByMQL(
- TabularDataByMQLRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$3.TabularDataByMQLResponse> tabularDataByMQL($3.TabularDataByMQLRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$tabularDataByMQL, request, options: options);
}