Package | Description |
---|---|
org.linqs.psl.database.rdbms |
Modifier and Type | Method and Description |
---|---|
SelectivityHistogram |
TableStats.getHistogram(String column) |
SelectivityHistogram<T> |
SelectivityHistogram.join(SelectivityHistogram<T> other)
Get a new histogram that represents the join of this histogram with another.
|
Modifier and Type | Method and Description |
---|---|
void |
TableStats.addColumnHistogram(String column,
SelectivityHistogram histogram) |
SelectivityHistogram<T> |
SelectivityHistogram.join(SelectivityHistogram<T> other)
Get a new histogram that represents the join of this histogram with another.
|
Copyright © 2020 University of California, Santa Cruz. All rights reserved.