Toggle navigation
Home
org.apache.drill.common.expression.SchemaPath to java.lang.String
No. of Instances - 16
No. of Commits - 2
No. of Projects - {'drill'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
actualSchemaPath.equals(expectedSchemaPath)
to
actualSchemaPath.equalsIgnoreCase(expectedSchemaPath)
actualSchemaPath.equals(expectedSchemaPath)
to
actualSchemaPath.equalsIgnoreCase(expectedSchemaPath)
keySchema
to
SchemaPath.getSimplePath(keySchema)
valueSchema
to
SchemaPath.getSimplePath(valueSchema)
getCompoundPath
to
getAsUnescapedPath
Rename Variable
path
to
name
path
to
name