Uses of Class
org.apache.pinot.common.request.Identifier
-
Packages that use Identifier Package Description org.apache.pinot.common.request -
-
Uses of Identifier in org.apache.pinot.common.request
Fields in org.apache.pinot.common.request declared as Identifier Modifier and Type Field Description IdentifierExpression. identifierMethods in org.apache.pinot.common.request that return Identifier Modifier and Type Method Description IdentifierIdentifier. deepCopy()IdentifierExpression. getIdentifier()IdentifierIdentifier. setName(String name)Methods in org.apache.pinot.common.request with parameters of type Identifier Modifier and Type Method Description intIdentifier. compareTo(Identifier other)booleanIdentifier. equals(Identifier that)ExpressionExpression. setIdentifier(Identifier identifier)Constructors in org.apache.pinot.common.request with parameters of type Identifier Constructor Description Identifier(Identifier other)Performs a deep copy on other.
-