Class CustomIndexExpression


  • public class CustomIndexExpression
    extends java.lang.Object
    • Constructor Detail

    • Method Detail

      • needsFiltering

        public boolean needsFiltering​(Index.Group indexGroup)
        Returns whether this expression would need filtering if the specified index group were used.
        Parameters:
        indexGroup - an index group
        Returns:
        true if this would need filtering if indexGroup were used, false otherwise
      • toCQLString

        public java.lang.String toCQLString()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object