Defines methods that return AMP-specific information that a local copy of a table function or table operator can use to configure itself to use the correct resources.
Syntax
public class com.teradata.fnc.AMPInfo extends java.lang.Object{ public com.teradata.fnc.AMPInfo() throws java.io.IOException, java.sql.SQLException; public int getNodeId(); public int getAMPId(); public boolean lowestAMPOnNode(); }