Class DefaultWherePath

    • Constructor Detail

      • DefaultWherePath

        protected DefaultWherePath​(AbstractPath parent)
    • Method Detail

      • where

        public UsingWithPath where​(Expression filterExpression)
        Description copied from interface: WherePath
        Adds filtering clause to the secondary index creation.
        Specified by:
        where in interface WherePath
        Parameters:
        filterExpression - the expression to use for index filtering.
      • where

        public UsingWithPath where​(String filterExpression)
        Description copied from interface: WherePath
        Adds filtering clause to the secondary index creation.
        Specified by:
        where in interface WherePath
        Parameters:
        filterExpression - the expression to use for index filtering.