commit | 0f9499e6af855c45486c210e2f67b681c4c3db03 | [log] [tgz] |
---|---|---|
author | Marios Trivyzas <matriv@gmail.com> | Fri Oct 22 18:17:06 2021 +0200 |
committer | MartijnVisser <martijn@2symbols.com> | Mon Apr 04 15:45:43 2022 +0200 |
tree | 5017f98c7da431c2d590c7a5497ce6ea98f3a948 | |
parent | e21a0b8121f2cc729b48c4f52af1e373de990e51 [diff] |
[FLINK-24599][table] Replace static methods with convenient methods in LogicalType Make the code of calling `hasRoot`/`hasFamily` less verbose by replacing the static utility methods with member methods `LogicalType#is()`. This closes #17550.