Toggle navigation
Home
com.facebook.presto.sql.tree.InputReference to com.facebook.presto.sql.tree.FieldReference
No. of Instances - 7
No. of Commits - 1
No. of Projects - {'presto'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
node.getChannel()
to
node.getFieldIndex()
node.getChannel()
to
node.getFieldIndex()
tupleDescriptor.getFieldByIndex(node.getChannel())
to
tupleDescriptor.getFieldByIndex(node.getFieldIndex())
node.getChannel()
to
node.getFieldIndex()
Rename Method invocation
getChannel
to
getFieldIndex