Package com.alibaba.wasp.coprocessor

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

Related Classes of com.alibaba.wasp.coprocessor.WaspAggregationClient

Copyright © 2018 www.massapicom. 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.