Modifier and Type | Method and Description |
---|---|
java.util.Set<Column> |
DatabaseCreator.getSetOfColumns() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Couple<ForeignKey,java.lang.Double>> |
ForeignKeyDiscoverer.discoverForeignKey(java.util.Set<Table> setOfTables,
java.util.Set<Column> setOfColumns,
java.util.Set<PrimaryKey> singleColumnPrimaryKeys,
java.util.Set<PrimaryKey> multiColumnPrimaryKeys,
double inclusionThreshold,
int k,
int numberOfQuantiles) |
Constructor and Description |
---|
BottomKSketch(java.util.Set<Column> setOfColumns) |
Modifier and Type | Method and Description |
---|---|
Column |
PrimaryKey.getFirstColumn() |
Modifier and Type | Method and Description |
---|---|
java.util.TreeSet<Column> |
PrimaryKey.getColumns() |
java.util.TreeSet<Column> |
ForeignKey.getColumnsF() |
java.util.TreeSet<Column> |
ForeignKey.getColumnsP() |
java.util.TreeSet<Column> |
Table.getSetOfColumns() |
Modifier and Type | Method and Description |
---|---|
int |
Column.compareTo(Column o) |
Constructor and Description |
---|
ForeignKey(java.util.TreeSet<Column> setP,
java.util.TreeSet<Column> setF) |
ForeignKey(java.util.TreeSet<Column> setP,
java.util.TreeSet<Column> setF) |
PrimaryKey(java.util.TreeSet<Column> columns) |
Table(java.lang.String tableName,
java.util.Set<Column> setOfColumns) |
Modifier and Type | Method and Description |
---|---|
java.util.TreeSet<Column> |
QuantileHistogram.getColumns() |
Constructor and Description |
---|
DistributionHistogram(Histogram histogram,
java.util.TreeSet<Column> columns) |
QuantileHistogram(java.util.TreeSet<Column> columns,
int numbersOfQuantiles) |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityPrimaryKeyConverter.getEntity(java.util.TreeSet<Column> primaryKeys,
java.util.TreeSet<Column> foreignKeys) |
Entity |
EntityPrimaryKeyConverter.getEntity(java.util.TreeSet<Column> primaryKeys,
java.util.TreeSet<Column> foreignKeys) |
Entity |
EntityPrimaryKeyConverter.getEntity(java.util.TreeSet<Column> primaryKeys,
java.util.TreeSet<Column> foreignKeys,
java.util.List<Tree.Node<Entity>> entities) |
Entity |
EntityPrimaryKeyConverter.getEntity(java.util.TreeSet<Column> primaryKeys,
java.util.TreeSet<Column> foreignKeys,
java.util.List<Tree.Node<Entity>> entities) |