If this relational expression represents an access to a table, returns that table, otherwise returns null. @return If this relational expression represents an access to a table, returns that table, otherwise returns null
()
| 326 | * returns that table, otherwise returns null |
| 327 | */ |
| 328 | @Nullable RelOptTable getTable(); |
| 329 | |
| 330 | /** |
| 331 | * Returns the name of this relational expression's class, sans package |
no outgoing calls