public class VertexSample extends SampleBase
Vertex (an access path).estCard, estimateEnum, limit| Constructor and Description |
|---|
VertexSample(long estCard,
int limit,
EstimateEnum estimateEnum,
IBindingSet[] sample)
Note: For a
Vertex, the estimatedCardinality is the fast range
count. |
public VertexSample(long estCard,
int limit,
EstimateEnum estimateEnum,
IBindingSet[] sample)
Vertex, the estimatedCardinality is the fast range
count. This will be the same for each sample taken (assuming a read
historical view or even a time scale of query which is significantly
faster than update).estCard - The estimated cardinality.limit - The cutoff limit used to make that cardinality estimate.estimateEnum - The type of estimate. For a vertex this should be
EstimateEnum.Exact iff the sample is the fully
materialized access path for that vertex and otherwise
EstimateEnum.Normal.sample - The sample.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.