query method
Query execute the script in on datasource. 在数据源上执行计算脚本.
Implementation
@MPI(name: "mesh.daler.ds.query")
Future<dynamic> query(DalerTest test, {Context? ctx}) {
throw UnimplementedError('query() has not been implemented.');
}
Query execute the script in on datasource. 在数据源上执行计算脚本.
@MPI(name: "mesh.daler.ds.query")
Future<dynamic> query(DalerTest test, {Context? ctx}) {
throw UnimplementedError('query() has not been implemented.');
}