public class FactPartitionBasedQueryCost extends Object implements QueryCost<FactPartitionBasedQueryCost>, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
FactPartitionBasedQueryCost.Parser |
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>
UnsupportedOperationException
public double getEstimatedResourceUsage()
getEstimatedResourceUsage
in interface QueryCost<FactPartitionBasedQueryCost>
public int compareTo(FactPartitionBasedQueryCost o)
compareTo
in interface Comparable<FactPartitionBasedQueryCost>
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.