Examples of WaspAggregationClient


Examples of com.alibaba.wasp.coprocessor.WaspAggregationClient

      this.plan = plan;
      this.queryResultProtos = new ArrayList<ClientProtos.QueryResultProto>();
      this.nameDataTypePairs = new ArrayList<ClientProtos.StringDataTypePair>();
      this.server = server;
      this.tableDesc = plan.getTableDesc();
      this.aggregationClient = new WaspAggregationClient(server.getConfiguration());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.