插入时nodeGroup的节点数量怎么获取
CREATE NODE GROUP ngrp3 WITH (dn1,dn2);
CREATE TABLE testgrp3 (id int primary key, note text) DISTRIBUTE BY HASH(id) TO GROUP ngrp3;
r.rd_locator_info.nodeList
CREATE NODE GROUP ngrp3 WITH (dn1,dn2);
CREATE TABLE testgrp3 (id int primary key, note text) DISTRIBUTE BY HASH(id) TO GROUP ngrp3;
r.rd_locator_info.nodeList