Uses of Class
io.trino.plugin.hive.metastore.TablesWithParameterCacheKey
-
Packages that use TablesWithParameterCacheKey Package Description io.trino.plugin.hive.metastore.recording -
-
Uses of TablesWithParameterCacheKey in io.trino.plugin.hive.metastore.recording
Methods in io.trino.plugin.hive.metastore.recording that return types with arguments of type TablesWithParameterCacheKey Modifier and Type Method Description List<HiveMetastoreRecording.Pair<TablesWithParameterCacheKey,List<String>>>HiveMetastoreRecording.Recording. getTablesWithParameter()Methods in io.trino.plugin.hive.metastore.recording with parameters of type TablesWithParameterCacheKey Modifier and Type Method Description List<String>HiveMetastoreRecording. getTablesWithParameter(TablesWithParameterCacheKey tablesWithParameterCacheKey, Supplier<List<String>> valueSupplier)
-