public class HashSelectorAndPartitionData
extends java.lang.Object
<hash(selector), dataPartitions>
Constructor and Description |
---|
HashSelectorAndPartitionData() |
Modifier and Type | Method and Description |
---|---|
static scala.Tuple2<java.lang.Integer,java.util.List<java.math.BigInteger>> |
hashSelectorAndFormPartitions(org.json.simple.JSONObject json,
QueryInfo queryInfo,
QuerySchema qSchema) |
static scala.Tuple2<java.lang.Integer,BytesArrayWritable> |
hashSelectorAndFormPartitions(org.apache.hadoop.io.MapWritable dataElement,
QuerySchema qSchema,
DataSchema dSchema,
QueryInfo queryInfo) |
static scala.Tuple2<java.lang.Integer,java.util.List<java.math.BigInteger>> |
hashSelectorAndFormPartitionsBigInteger(org.apache.hadoop.io.MapWritable dataElement,
QuerySchema qSchema,
DataSchema dSchema,
QueryInfo queryInfo) |
public static scala.Tuple2<java.lang.Integer,java.util.List<java.math.BigInteger>> hashSelectorAndFormPartitionsBigInteger(org.apache.hadoop.io.MapWritable dataElement, QuerySchema qSchema, DataSchema dSchema, QueryInfo queryInfo) throws java.lang.Exception
java.lang.Exception
public static scala.Tuple2<java.lang.Integer,BytesArrayWritable> hashSelectorAndFormPartitions(org.apache.hadoop.io.MapWritable dataElement, QuerySchema qSchema, DataSchema dSchema, QueryInfo queryInfo) throws java.lang.Exception
java.lang.Exception
public static scala.Tuple2<java.lang.Integer,java.util.List<java.math.BigInteger>> hashSelectorAndFormPartitions(org.json.simple.JSONObject json, QueryInfo queryInfo, QuerySchema qSchema) throws java.lang.Exception
java.lang.Exception