Interface WherePath

All Superinterfaces:
Path, Statement, UsingWithPath, WithPath
All Known Implementing Classes:
DefaultWherePath

@Experimental
@Public
public interface WherePath
extends UsingWithPath
Where clause in the Index creation DSL.
Since:
2.2
Author:
Simon Baslé
  • Method Details

    • where

      UsingWithPath where​(Expression filterExpression)
      Adds filtering clause to the secondary index creation.
      Parameters:
      filterExpression - the expression to use for index filtering.
    • where

      UsingWithPath where​(String filterExpression)
      Adds filtering clause to the secondary index creation.
      Parameters:
      filterExpression - the expression to use for index filtering.