Toggle navigation
Home
java.lang.String to org.apache.phoenix.mapreduce.CsvBulkLoadTool.TargetTableRef
No. of Instances - 5
No. of Commits - 1
No. of Projects - {'pheonix'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Wrap or Un-wrap
add
to
add
add
to
add
Add or Remove Method invocation
table
to
table.getPhysicalName()
qualifiedTableName.compareToIgnoreCase(table)
to
qualifiedTableName.compareToIgnoreCase(table.getLogicalName())
tmpTable.compareToIgnoreCase(qualifedIndexTableName)
to
tmpTable.getLogicalName().compareToIgnoreCase(qualifedIndexTableName)