Uses of Class
com.dremio.nessie.iceberg.ParsedTableIdentifier
-
-
Uses of ParsedTableIdentifier in com.dremio.nessie.iceberg
Methods in com.dremio.nessie.iceberg that return ParsedTableIdentifier Modifier and Type Method Description static ParsedTableIdentifierParsedTableIdentifier. getParsedTableIdentifier(String path, Map<String,String> properties)Convert dataset read/write options to a table and ref/hash.static ParsedTableIdentifierParsedTableIdentifier. getParsedTableIdentifier(org.apache.iceberg.catalog.TableIdentifier path, Map<String,String> properties)Convert dataset read/write options to a table and ref/hash.
-