Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit 1b264b6

Browse files
committed
Clean up code.
1 parent a76620d commit 1b264b6

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

src/main/java/com/azure/cosmos/examples/queries/sync/QueriesQuickstart.java

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,19 @@ private void queriesDemo() throws Exception {
104104
createDocument();
105105

106106
queryCrossPartitionSyncUsingSessionConsistency();
107-
// queryAllDocuments();
108-
// queryWithPagingAndContinuationTokenAndPrintQueryCharge(new CosmosQueryRequestOptions());
109-
// queryEquality();
110-
// queryInequality();
111-
// queryRange();
112-
// queryRangeAgainstStrings();
113-
// queryOrderBy();
114-
// queryWithAggregateFunctions();
115-
// querySubdocuments();
116-
// queryIntraDocumentJoin();
117-
// queryStringMathAndArrayOperators();
118-
// queryWithQuerySpec();
119-
// parallelQueryWithPagingAndContinuationTokenAndPrintQueryCharge();
107+
queryAllDocuments();
108+
queryWithPagingAndContinuationTokenAndPrintQueryCharge(new CosmosQueryRequestOptions());
109+
queryEquality();
110+
queryInequality();
111+
queryRange();
112+
queryRangeAgainstStrings();
113+
queryOrderBy();
114+
queryWithAggregateFunctions();
115+
querySubdocuments();
116+
queryIntraDocumentJoin();
117+
queryStringMathAndArrayOperators();
118+
queryWithQuerySpec();
119+
parallelQueryWithPagingAndContinuationTokenAndPrintQueryCharge();
120120

121121
// deleteDocument() is called at shutdown()
122122

0 commit comments

Comments
 (0)