public class FactPartitionBasedQueryCost extends Object implements QueryCost<FactPartitionBasedQueryCost>, Serializable
| Constructor and Description |
|---|
FactPartitionBasedQueryCost(double partitionCost) |
| Modifier and Type | Method and Description |
|---|---|
FactPartitionBasedQueryCost |
add(FactPartitionBasedQueryCost other) |
int |
compareTo(FactPartitionBasedQueryCost o) |
boolean |
equals(Object o) |
long |
getEstimatedExecTimeMillis() |
double |
getEstimatedResourceUsage() |
QueryCostType |
getQueryCostType() |
int |
hashCode() |
String |
toString() |
public FactPartitionBasedQueryCost(double partitionCost)
public FactPartitionBasedQueryCost add(FactPartitionBasedQueryCost other)
add in interface QueryCost<FactPartitionBasedQueryCost>public QueryCostType getQueryCostType()
getQueryCostType in interface QueryCost<FactPartitionBasedQueryCost>public long getEstimatedExecTimeMillis()
throws UnsupportedOperationException
getEstimatedExecTimeMillis in interface QueryCost<FactPartitionBasedQueryCost>UnsupportedOperationExceptionpublic double getEstimatedResourceUsage()
getEstimatedResourceUsage in interface QueryCost<FactPartitionBasedQueryCost>public int compareTo(FactPartitionBasedQueryCost o)
compareTo in interface Comparable<FactPartitionBasedQueryCost>@Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.