()
| 778 | } |
| 779 | |
| 780 | @Override |
| 781 | public final Table<R> asTable() { |
| 782 | // [#13349] Delay the possibly expensive computation of the auto alias, |
| 783 | // possibly making the computation unnecessary |
| 784 | return new DerivedTable<>(this).as(new LazyName(() -> DSL.name(autoAlias(this)))); |
| 785 | } |
| 786 | |
| 787 | @Override |
| 788 | public final Table<R> asTable(String alias) { |