public class SubqueryCostReport extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
double |
cost
An estimated cost (latency in milliseconds) based on the samples and
adjusted for the #of graphs.
|
int |
limit
The #of samples to be taken.
|
int |
ngraphs
The #of graphs against which subqueries will be issued.
|
int |
nsamples
The #of samples taken.
|
long |
rangeCount
An estimated range count based on the samples and adjusted for the
#of graphs.
|
Constructor and Description |
---|
SubqueryCostReport(int ngraphs,
int limit,
int nsamples,
long rangeCount,
double cost) |
public final int ngraphs
public final int limit
public final int nsamples
public final long rangeCount
public final double cost
public SubqueryCostReport(int ngraphs, int limit, int nsamples, long rangeCount, double cost)
ngraphs
- The #of graphs against which subqueries will be issued.limit
- The #of samples to be taken.nsamples
- The #of samples taken.rangeCount
- An estimated range count based on the samples and adjusted
for the #of graphs.cost
- An estimated cost (latency in milliseconds) based on the
samples and adjusted for the #of graphs.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.