Interface QuerySpecGenerator
- All Known Implementing Classes:
CountQueryGenerator,FindQuerySpecGenerator
public interface QuerySpecGenerator
Interface of generating SqlQuerySpec
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.cosmos.models.SqlQuerySpecgenerateCosmos(CosmosQuery query) Generate the SqlQuerySpec for cosmosDB client.
-
Method Details
-
generateCosmos
Generate the SqlQuerySpec for cosmosDB client.- Parameters:
query- tree structured query condition.- Returns:
- SqlQuerySpec executed by cosmos client.
-