Package app.ductape.sdk.warehouse.types
Class WarehouseWhereTypes
java.lang.Object
app.ductape.sdk.warehouse.types.WarehouseWhereTypes
TS parity:
sdk/ts/src/warehouse/types/where.interface.ts — IUnifiedWhereClause wire shape
(Map<String, Object>) plus the same helper functions as TS.-
Method Summary
Modifier and TypeMethodDescriptionextractFieldPaths(Map<String, Object> where) TSextractFieldPathsstatic booleanhasGraphOperators(Map<String, Object> where) TShasGraphOperatorsstatic booleanhasVectorOperators(Map<String, Object> where) TShasVectorOperatorsstatic booleanisEmptyWhereClause(Map<?, ?> where) TSisEmptyWhereClause
-
Method Details
-
isEmptyWhereClause
TSisEmptyWhereClause -
hasVectorOperators
TShasVectorOperators -
hasGraphOperators
TShasGraphOperators -
extractFieldPaths
TSextractFieldPaths
-