Package org.apache.ignite.table
Class QualifiedNameHelper
java.lang.Object
org.apache.ignite.table.QualifiedNameHelper
Utility class to provide direct access to internals of
QualifiedName
.-
Method Summary
Modifier and TypeMethodDescriptionstatic QualifiedName
fromNormalized
(@Nullable String schemaName, String tableName) Return QualifiedName from a given schema and table names.
-
Method Details
-
fromNormalized
Return QualifiedName from a given schema and table names.Given names are expected to be normalized, thus it's up to caller to invoke
IgniteNameUtils.parseIdentifier(String)
prior passing the names to this method.- Parameters:
schemaName
- Normalized schema name.tableName
- Normalized table name.- Returns:
- Qualified name.
-