public interface Plan
Modifier and Type | Method and Description |
---|---|
long |
blocksAccessed()
Returns an estimate of the number of block accesses that will occur when
the scan is read to completion.
|
Histogram |
histogram()
Returns the histogram that approximates the join distribution of the
field values of query results.
|
Scan |
open()
Opens a scan corresponding to this plan.
|
long |
recordsOutput()
Returns an estimate of the number of records in the query's output table.
|
Schema |
schema()
Returns the schema of the query.
|
Scan open()
long blocksAccessed()
Schema schema()
Histogram histogram()
long recordsOutput()
Copyright © 2022 VanillaDB Organization. All rights reserved.