Interface QuerySpecGenerator
-
- All Known Implementing Classes:
CountQueryGenerator,FindQuerySpecGenerator
public interface QuerySpecGeneratorInterface of generating SqlQuerySpec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlQuerySpecgenerateCosmos(CosmosQuery query)Generate the SqlQuerySpec for cosmosDB client.
-
-
-
Method Detail
-
generateCosmos
SqlQuerySpec generateCosmos(CosmosQuery query)
Generate the SqlQuerySpec for cosmosDB client.- Parameters:
query- tree structured query condition.- Returns:
- SqlQuerySpec executed by cosmos client.
-
-