read method

  1. @MPI(name: "mesh.dh.read")
Future<Page?> read(
  1. Paging idx, {
  2. Context? ctx,
})

Read bigdata from data house. 大数据批量读.

Implementation

@MPI(name: "mesh.dh.read")
Future<Page<dynamic>?> read(Paging idx, {Context? ctx}) {
  throw UnimplementedError('read() has not been implemented.');
}