Returns the TupleDesc of the table stored in this DbFile. @return TupleDesc of this DbFile.
()
| 71 | * @return TupleDesc of this DbFile. |
| 72 | */ |
| 73 | public TupleDesc getTupleDesc() { |
| 74 | // some code goes here |
| 75 | return tupleDesc; |
| 76 | } |
| 77 | |
| 78 | /* |
| 79 | 以下有些方法并不会直接调用,而是通过BufferPool调用 |
no outgoing calls