()
| 342 | // ////// MetaData that deserves to be right here at the top level //////// |
| 343 | |
| 344 | public Schema getSchema() { |
| 345 | return this.getSchemaHandler().getSchema(); |
| 346 | } |
| 347 | |
| 348 | public Column getColumn(String column) throws DDFException { |
| 349 | return this.getSchema().getColumn(column); |