Class WarehouseWhereTypes

java.lang.Object
app.ductape.sdk.warehouse.types.WarehouseWhereTypes

public final class WarehouseWhereTypes extends Object
TS parity: sdk/ts/src/warehouse/types/where.interface.tsIUnifiedWhereClause wire shape (Map<String, Object>) plus the same helper functions as TS.
  • Method Details

    • isEmptyWhereClause

      public static boolean isEmptyWhereClause(Map<?,?> where)
      TS isEmptyWhereClause
    • hasVectorOperators

      public static boolean hasVectorOperators(Map<String,Object> where)
      TS hasVectorOperators
    • hasGraphOperators

      public static boolean hasGraphOperators(Map<String,Object> where)
      TS hasGraphOperators
    • extractFieldPaths

      public static List<String> extractFieldPaths(Map<String,Object> where)
      TS extractFieldPaths