Opens a BTreeFile and adds it to the catalog. @param cols number of columns in the table. @param f location of the file storing the table. @param keyField the field the B+ tree is keyed on @return the opened table.
(int cols, File f, int keyField)
source not stored for this graph (policy: none)
no test coverage detected