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
Methods in org.apache.pinot.common.request that return Identifier Modifier and Type Method Description IdentifierIdentifier. deepCopy()IdentifierExpression. getIdentifier()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)voidExpression. 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.
-