Uses of Class
edu.caltech.nanodb.relations.Schema.IndexedColumnInfo
-
Packages that use Schema.IndexedColumnInfo Package Description edu.caltech.nanodb.relations This package contains the basic data-types for representing relations in NanoDB. -
-
Uses of Schema.IndexedColumnInfo in edu.caltech.nanodb.relations
Fields in edu.caltech.nanodb.relations with type parameters of type Schema.IndexedColumnInfo Modifier and Type Field Description private java.util.HashMap<java.lang.String,java.util.ArrayList<Schema.IndexedColumnInfo>>
Schema. colsHashedByColumn
A mapping that provides fast lookups for columns based only on column name.private java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,Schema.IndexedColumnInfo>>
Schema. colsHashedByTable
A mapping that provides fast lookups for columns based on table name and column name.
-