Package | Description |
---|---|
com.bigdata.bop.joinGraph.rto |
Modifier and Type | Field and Description |
---|---|
EstimateEnum |
SampleBase.estimateEnum
Indicates whether the estimate is exact, an upper bound, or a lower
bound.
|
Modifier and Type | Method and Description |
---|---|
static EstimateEnum |
EstimateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EstimateEnum[] |
EstimateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EdgeSample(SampleBase sourceSample,
int inputCount,
long tuplesRead,
long sumRangeCount,
long outputCount,
long adjustedCard,
double f,
long estCard,
long estRead,
int limit,
EstimateEnum estimateEnum,
IBindingSet[] sample)
Create an object which encapsulates a sample of an edge.
|
SampleBase(long estimatedCardinality,
int limit,
EstimateEnum estimateEnum,
IBindingSet[] sample) |
VertexSample(long estCard,
int limit,
EstimateEnum estimateEnum,
IBindingSet[] sample)
Note: For a
Vertex , the estimatedCardinality is the fast range
count. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.